public final class EndpointBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ConnectionProviderFactoryBuilder |
addProvider(String scheme) |
Endpoint |
build() |
void |
setDefaultBindAddress(SocketAddress defaultBindAddress) |
EndpointBuilder |
setEndpointName(String endpointName) |
EndpointBuilder |
setXnioWorker(org.xnio.XnioWorker xnioWorker) |
EndpointBuilder |
setXnioWorkerOptions(org.xnio.OptionMap xnioWorkerOptions) |
public EndpointBuilder setEndpointName(String endpointName)
public EndpointBuilder setXnioWorker(org.xnio.XnioWorker xnioWorker)
public EndpointBuilder setXnioWorkerOptions(org.xnio.OptionMap xnioWorkerOptions)
public ConnectionProviderFactoryBuilder addProvider(String scheme)
public void setDefaultBindAddress(SocketAddress defaultBindAddress)
public Endpoint build() throws IOException
IOExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All rights reserved.