|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| 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(String endpointName,
Executor executor,
org.jboss.xnio.OptionMap optionMap)
Create an endpoint configured with the given option map. |
static Endpoint |
Remoting.getConfiguredEndpoint()
|
| Methods in org.jboss.remoting3 with parameters of type Endpoint | ||
|---|---|---|
static
|
Remoting.createLocalClient(Endpoint endpoint,
RequestListener<I,O> requestListener,
Class<I> requestClass,
Class<O> replyClass)
Create a local client from a request listener. |
|
| 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.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||