Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Endpoint |
Connection.getEndpoint()
Get the local endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ConnectionProviderContext.getEndpoint()
Get the endpoint.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.