Package | Description |
---|---|
org.alfresco.jlan.netbios.win32 |
Modifier and Type | Method and Description |
---|---|
NetBIOSSocket |
NetBIOSSocket.accept()
Accept an incoming session connection and create a session socket for the new session.
|
int |
NetBIOSSocket.available()
Return the available data length for the socket
|
protected static int |
Win32NetBIOS.BindSocket(int sockPtr,
byte[] name)
Bind a NetBIOS socket to a name to listen for incoming sessions
|
protected static int |
Win32NetBIOS.BindSocket(int sockPtr,
byte[] name,
boolean fastAddName)
Bind a NetBIOS socket to a name to listen for incoming sessions
|
void |
NetBIOSSocket.configureBlocking(boolean nonBlocking)
Set this socket to use non-blocking I/O
|
protected static void |
Win32NetBIOS.ConnectSocket(int sockPtr,
byte[] remoteName)
Connect to a remote server
|
static NetBIOSSocket |
NetBIOSSocket.connectSocket(int lana,
NetBIOSName remoteName)
Create a NetBIOS socket that is connected to a remote server/service
|
static NetBIOSSocket |
NetBIOSSocket.createListenerSocket(int lana,
NetBIOSName nbName)
Create a NetBIOS socket to listen for incoming sessions on the specified LANA
|
static NetBIOSSocket |
NetBIOSSocket.createListenerSocket(int lana,
NetBIOSName nbName,
boolean fastAddName)
Create a NetBIOS socket to listen for incoming sessions on the specified LANA
|
protected static int |
Win32NetBIOS.CreateSocket(int lana)
Create a NetBIOS socket
|
static int |
Win32NetBIOS.getSocketReceiveBufferSize(int sockPtr)
Get the current receive buffer size for the socket
|
static int |
Win32NetBIOS.getSocketSendBufferSize(int sockPtr)
Get the current send buffer size for the socket
|
static void |
NetBIOSSocket.initializeSockets()
Initialize the Winsock NetBIOS interface
|
protected static void |
Win32NetBIOS.InitializeSockets()
Initialize the NetBIOS socket interface
|
protected static int |
Win32NetBIOS.ListenSocket(int sockPtr,
byte[] callerName)
Listen for an incoming connection
|
int |
NetBIOSSocket.read(byte[] buf,
int off,
int maxLen)
Read data from the session socket
|
protected static int |
Win32NetBIOS.ReceiveLengthSocket(int sockPtr)
Return the amount of receive data available on the socket
|
protected static int |
Win32NetBIOS.ReceiveSocket(int sockPtr,
byte[] buf,
int off,
int maxLen)
Receive data on a session socket
|
int |
NetBIOSSelector.select()
Wait for events to trigger on one or more sockets
|
static int |
NetBIOSSocket.SelectReceiveSockets(int sockCnt,
int[] sockList,
int[] sockEvent)
Wait for one or more asynchronous sockets to trigger a receive event
|
protected static int |
Win32NetBIOS.SelectReceiveSockets(int sockCnt,
int[] readSocksIn,
int[] readSocksOut)
Wait for an event on one or more sockets
|
protected static int |
Win32NetBIOS.SendSocket(int sockPtr,
byte[] buf,
int off,
int len)
Send data on a session socket
|
protected static int |
Win32NetBIOS.SetNonBlockingSocket(int sockPtr,
boolean nonBlocking)
Configure a socket to be non-blocking
|
static void |
Win32NetBIOS.setSocketReceiveBufferSize(int sockPtr,
int bufSize)
Set the socket receive buffer size
|
static void |
Win32NetBIOS.setSocketSendBufferSize(int sockPtr,
int bufSize)
Set the socket send buffer size
|
static void |
Win32NetBIOS.WinsockCloseEvent(int eventHandle)
Close a Winsock event
|
static int |
Win32NetBIOS.WinsockCreateEvent()
Create a Winsock event
|
static int |
Win32NetBIOS.WinsockEnumNetworkEvents(int sockPtr,
int eventHandle)
Get the list of socket events that have triggered for a particular socket
|
static void |
Win32NetBIOS.WinsockEventSelect(int sockPtr,
int eventHandle,
int eventMask)
Set Winsock events for a socket
|
static int |
Win32NetBIOS.WinsockWaitForMultipleEvents(int eventCnt,
int[] events,
boolean waitAll,
int timeout,
boolean alertable)
Wait for Winsock events
|
int |
NetBIOSSocket.write(byte[] buf,
int off,
int len)
Write data to the session socket
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.