public class ServerSocketBinding extends Object
| Modifier and Type | Field and Description |
|---|---|
protected InetSocketAddress |
bindAddress |
protected ServerSocketChannel |
media |
protected List<Selector> |
registeredSelectors |
| Constructor and Description |
|---|
ServerSocketBinding(InetSocketAddress bindAddress) |
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
accept() |
void |
close() |
void |
doBind() |
void |
registerSelector(Selector selector,
int op) |
void |
removeSelector(Selector selector) |
protected final InetSocketAddress bindAddress
protected ServerSocketChannel media
public ServerSocketBinding(InetSocketAddress bindAddress)
public void doBind()
public void registerSelector(Selector selector, int op)
public void removeSelector(Selector selector)
public SocketChannel accept()
public void close()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.