
public final class Remoting
extends java.lang.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(java.lang.String endpointName,
org.xnio.OptionMap optionMap)
Create a new endpoint with the given configuration.
|
static Endpoint |
createEndpoint(java.lang.String endpointName,
org.xnio.Xnio xnio,
org.xnio.OptionMap optionMap)
Create an endpoint with the given configuration.
|
public static Endpoint createEndpoint(java.lang.String endpointName, org.xnio.Xnio xnio, org.xnio.OptionMap optionMap) throws java.io.IOException
endpointName - the name of the endpointxnio - the XNIO instance to useoptionMap - the options to configure the endpointjava.io.IOException - if an error occurspublic static Endpoint createEndpoint(java.lang.String endpointName, org.xnio.OptionMap optionMap) throws java.io.IOException
endpointName - the name of the endpointoptionMap - the options to configure the endpointjava.io.IOException - if an error occurspublic static Endpoint createEndpoint(org.xnio.OptionMap optionMap) throws java.io.IOException
optionMap - the options to configure the endpointjava.io.IOException - if an error occurspublic static Endpoint createEndpoint() throws java.io.IOException
java.io.IOException - if an error occursCopyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.