|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| org.simpleframework.http.core | |
| org.simpleframework.http.socket.service | |
| Uses of Container in org.simpleframework.http.core |
|---|
| Constructors in org.simpleframework.http.core with parameters of type Container | |
|---|---|
ContainerSocketProcessor(Container container)
Constructor for the ContainerSocketProcessor object. |
|
ContainerSocketProcessor(Container container,
Allocator allocator)
Constructor for the ContainerSocketProcessor object. |
|
ContainerSocketProcessor(Container container,
Allocator allocator,
int count)
Constructor for the ContainerSocketProcessor object. |
|
ContainerSocketProcessor(Container container,
Allocator allocator,
int count,
int select)
Constructor for the ContainerSocketProcessor object. |
|
ContainerSocketProcessor(Container container,
int count)
Constructor for the ContainerSocketProcessor object. |
|
ContainerSocketProcessor(Container container,
int count,
int select)
Constructor for the ContainerSocketProcessor object. |
|
ContainerTransportProcessor(Container container,
Allocator allocator,
int count)
Constructor for the ContainerProcessor object. |
|
ContainerTransportProcessor(Container container,
Allocator allocator,
int count,
int select)
Constructor for the ContainerProcessor object. |
|
| Uses of Container in org.simpleframework.http.socket.service |
|---|
| Classes in org.simpleframework.http.socket.service that implement Container | |
|---|---|
class |
RouterContainer
The RouterContainer is used to route requests that
satisfy a WebSocket opening handshake to a specific service. |
| Constructors in org.simpleframework.http.socket.service with parameters of type Container | |
|---|---|
RouterContainer(Container container,
Router router,
int threads)
Constructor for the RouterContainer object. |
|
RouterContainer(Container container,
Router router,
int threads,
long ping)
Constructor for the RouterContainer object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||