public final class Remoting extends Object
Modifier and Type | Method and Description |
---|---|
static Endpoint |
createEndpoint()
Create an anonymous endpoint.
|
static Endpoint |
createEndpoint(org.xnio.OptionMap optionMap)
Create an anonymous endpoint.
|
static Endpoint |
createEndpoint(String endpointName,
org.xnio.OptionMap optionMap)
Create a new endpoint with the given configuration.
|
static Endpoint |
createEndpoint(String endpointName,
org.xnio.Xnio xnio,
org.xnio.OptionMap optionMap)
Create an endpoint with the given configuration.
|
public static Endpoint createEndpoint(String endpointName, org.xnio.Xnio xnio, org.xnio.OptionMap optionMap) throws IOException
endpointName
- the name of the endpointxnio
- the XNIO instance to useoptionMap
- the options to configure the endpointIOException
- if an error occurspublic static Endpoint createEndpoint(String endpointName, org.xnio.OptionMap optionMap) throws IOException
endpointName
- the name of the endpointoptionMap
- the options to configure the endpointIOException
- if an error occurspublic static Endpoint createEndpoint(org.xnio.OptionMap optionMap) throws IOException
optionMap
- the options to configure the endpointIOException
- if an error occurspublic static Endpoint createEndpoint() throws IOException
IOException
- if an error occursCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.