Uses of Class
net.officefloor.plugin.socket.server.http.protocol.HttpConnectionHandler

Packages that use HttpConnectionHandler
net.officefloor.plugin.socket.server.http.protocol   
net.officefloor.plugin.socket.server.http.source   
 

Uses of HttpConnectionHandler in net.officefloor.plugin.socket.server.http.protocol
 

Methods in net.officefloor.plugin.socket.server.http.protocol that return HttpConnectionHandler
 HttpConnectionHandler HttpCommunicationProtocol.createConnectionHandler(Connection connection)
           
 

Methods in net.officefloor.plugin.socket.server.http.protocol that return types with arguments of type HttpConnectionHandler
 Server<HttpConnectionHandler> HttpCommunicationProtocol.createServer()
           
 ServerSocketHandler<HttpConnectionHandler> HttpCommunicationProtocol.createServerSocketHandler(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context, BufferSquirtFactory bufferSquirtFactory)
           
 

Methods in net.officefloor.plugin.socket.server.http.protocol with parameters of type HttpConnectionHandler
 void HttpServer.processRequest(HttpConnectionHandler connectionHandler, Object attachment)
           
 

Uses of HttpConnectionHandler in net.officefloor.plugin.socket.server.http.source
 

Methods in net.officefloor.plugin.socket.server.http.source that return types with arguments of type HttpConnectionHandler
protected  CommunicationProtocol<SslConnectionHandler<HttpConnectionHandler>> HttpsServerSocketManagedObjectSource.createCommunicationProtocol()
           
protected  CommunicationProtocol<HttpConnectionHandler> HttpServerSocketManagedObjectSource.createCommunicationProtocol()
           
 



Copyright © 2005-2011. All Rights Reserved.