Package | Description |
---|---|
org.simpleframework.http.socket.service |
Modifier and Type | Class and Description |
---|---|
class |
DirectRouter
The
DirectRouter object is used to create a router
that uses a single service. |
class |
PathRouter
The
PathRouter is used when there are multiple
services that can be used. |
class |
ProtocolRouter
The
ProtocolRouter is used when there are multiple
services that can be used. |
Constructor and Description |
---|
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. |
Copyright © 2017. All rights reserved.