Class AbstractClientSession

  • All Implemented Interfaces:
    ClientSession, Session, org.eclipse.jetty.util.component.Dumpable

    public abstract class AbstractClientSession
    extends Object
    implements ClientSession, org.eclipse.jetty.util.component.Dumpable

    Partial implementation of ClientSession.

    It handles extensions and batching, and provides utility methods to be used by subclasses.