Package | Description |
---|---|
com.asperasoft.faspmanager.util |
Modifier and Type | Method and Description |
---|---|
SelectHandler |
SelectHandler.selectAccepted(SocketChannel channel)
A connection was accepted, opening the given channel.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectThread.closeChannels(SelectHandler handler)
Close all channels associated with this handler
|
LinkedList<SelectableChannel> |
SelectThread.getChannels(SelectHandler handler)
Find all channels associated with this handler
|
int |
SelectThread.startServer(int port,
SelectHandler handler)
Start listening for connections on the given port.
|
int |
SelectThread.startServer(SelectHandler handler)
Start listening on a system-selected port.
|
Copyright © 2017 Aspera Inc.. All rights reserved.