|
JBoss Remoting 4.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| org.jboss.remoting3.spi | Service provider classes and interfaces. |
| Uses of Endpoint in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 that return Endpoint | |
|---|---|
static Endpoint |
Remoting.createEndpoint()
Create an anonymous endpoint. |
static Endpoint |
Remoting.createEndpoint(org.xnio.OptionMap optionMap)
Create an anonymous endpoint. |
static Endpoint |
Remoting.createEndpoint(String endpointName,
org.xnio.OptionMap optionMap)
Create a new endpoint with the given configuration. |
static Endpoint |
Remoting.createEndpoint(String endpointName,
org.xnio.Xnio xnio,
org.xnio.OptionMap optionMap)
Create an endpoint with the given configuration which manages its own worker. |
static Endpoint |
Remoting.createEndpoint(String endpointName,
org.xnio.XnioWorker xnioWorker,
org.xnio.OptionMap optionMap)
Create an endpoint with the given configuration and existing worker. |
Endpoint |
Connection.getEndpoint()
Get the local endpoint. |
| Uses of Endpoint in org.jboss.remoting3.spi |
|---|
| Methods in org.jboss.remoting3.spi that return Endpoint | |
|---|---|
Endpoint |
ConnectionProviderContext.getEndpoint()
Get the endpoint. |
|
JBoss Remoting 4.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||