Uses of Interface
org.objectweb.jonathan.apis.protocols.http.ServerCallback

Packages that use ServerCallback
org.objectweb.jonathan.apis.protocols.http A set of classes and interfaces specializing the binding abstractions to the HTTP protocol, and abstracting connection management. 
 

Uses of ServerCallback in org.objectweb.jonathan.apis.protocols.http
 

Methods in org.objectweb.jonathan.apis.protocols.http with parameters of type ServerCallback
 void HttpServerConnection.setCallbackService(ServerCallback cbs)
          Associate a callback service (defined in the Direct Proxy bundle) to the connection.