Package | Description |
---|---|
org.alfresco.jlan.netbios.win32 |
Modifier and Type | Method and Description |
---|---|
NetBIOSSelectionKey |
NetBIOSSelector.deregisterSocket(NetBIOSSocket socket)
Remove a socket from this selector
|
NetBIOSSelectionKey |
NetBIOSSelector.getSelectionKey(Integer key)
Return the selection key for the specified key
|
NetBIOSSelectionKey |
NetBIOSSocket.register(NetBIOSSelector selector,
int ops,
Object attachment)
Register a non-blocking socket with a selector
|
protected NetBIOSSelectionKey |
NetBIOSSelector.registerSocket(NetBIOSSocket socket,
int ops)
Register a socket with this selector
|
Modifier and Type | Method and Description |
---|---|
Set<NetBIOSSelectionKey> |
NetBIOSSelector.selectedKeys()
Return the selected keys from the last select
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.