|
JBoss Remoting 3 3.2.0.CR6 | |||||||||
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. |
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 3 3.2.0.CR6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |