Uses of Interface
org.simpleframework.transport.Server

Packages that use Server
org.simpleframework.http.core   
org.simpleframework.transport   
org.simpleframework.transport.connect   
 

Uses of Server in org.simpleframework.http.core
 

Classes in org.simpleframework.http.core that implement Server
 class ContainerServer
          The ContainerServer object provides a processor that dispatch requests from a connected pipeline.
 

Uses of Server in org.simpleframework.transport
 

Classes in org.simpleframework.transport that implement Server
 class ProcessorServer
          The ProcessorServer is used to convert pipelines to transports.
 

Uses of Server in org.simpleframework.transport.connect
 

Constructors in org.simpleframework.transport.connect with parameters of type Server
SocketConnection(Server server)
          Constructor for the SocketConnection object.
SocketConnection(Server server, Agent agent)
          Constructor for the SocketConnection object.
 



Copyright © 2013. All Rights Reserved.