Class Client.SessionedClient

  • Enclosing class:
    Client

    public static final class Client.SessionedClient
    extends Client
    A Client implementation that operates in the context of a session. Requests are sent to a single server, where each request is bound to the same thread with the same set of bindings across requests. Transaction are not automatically committed. It is up the client to issue commit/rollback commands.