Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.netbios | |
org.alfresco.jlan.netbios.server | |
org.alfresco.jlan.netbios.win32 | |
org.alfresco.jlan.smb.server.nio.win32 |
Modifier and Type | Method and Description |
---|---|
static NetBIOSName |
SessionFactory.findBrowseMaster()
Find the browse master for this network.
|
Modifier and Type | Method and Description |
---|---|
static NetBIOSName |
NetBIOSSession.ConvertAddressToName(String addr,
char nbTyp,
boolean isGroup)
Convert a TCP/IP address to a NetBIOS or host name
|
static NetBIOSName |
NetBIOSSession.ConvertAddressToName(String addr,
char nbTyp,
boolean isGroup,
NetBIOSSession sess)
Convert a TCP/IP address to a NetBIOS or host name
|
static NetBIOSName |
NetBIOSName.decodeNetBIOSName(byte[] buf,
int off)
Decode a NetBIOS name string and create a new NetBIOSName object
|
NetBIOSName |
NetBIOSNameList.findName(char typ,
boolean group)
Find the first name of the specified type
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
int lookupTypes,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
NetBIOSName |
NetBIOSNameList.findName(String name,
char typ,
boolean group)
Find the specified name and type
|
static NetBIOSName |
NetBIOSSession.FindName(String nbName,
char nbType,
int tmo)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(String nbName,
char nbType,
int tmo,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
NetBIOSName |
NetBIOSDatagram.getDestinationName()
Get the datagram destination name.
|
NetBIOSName |
NetBIOSNameList.getName(int idx)
Get a name from the list
|
NetBIOSName |
NetBIOSDatagram.getSourceName()
Get the source NetBIOS name.
|
NetBIOSName |
NetBIOSNameList.removeName(NetBIOSName name)
Remove a name from the list
|
Modifier and Type | Method and Description |
---|---|
void |
NetBIOSNameList.addName(NetBIOSName name)
Add a name to the list
|
int |
NetBIOSPacket.buildAddNameRequest(NetBIOSName name,
int addrIdx,
int tranId)
Build an add name request packet for the specified NetBIOS name
|
int |
NetBIOSPacket.buildDeleteNameRequest(NetBIOSName name,
int addrIdx,
int tranId)
Build a delete name request packet for the specified NetBIOS name
|
int |
NetBIOSPacket.buildNameQueryRequest(NetBIOSName name,
int tranId,
boolean wins)
Build a name query request packet for the specified NetBIOS name
|
int |
NetBIOSPacket.buildNameQueryResponse(NetBIOSName name)
Build a name query response packet for the specified NetBIOS name
|
int |
NetBIOSPacket.buildRefreshNameRequest(NetBIOSName name,
int addrIdx,
int tranId)
Build a refresh name request packet for the specified NetBIOS name
|
int |
NetBIOSPacket.buildSessionSetupRequest(NetBIOSName fromName,
NetBIOSName toName)
Build a session setup request packet
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
int lookupTypes,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
NetBIOSName |
NetBIOSNameList.removeName(NetBIOSName name)
Remove a name from the list
|
int |
NetBIOSPacket.setQuestionName(NetBIOSName name,
int qtyp,
int qcls)
Set the question name.
|
Constructor and Description |
---|
NetBIOSName(NetBIOSName nbName)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
NetBIOSName |
NetBIOSNameEvent.getNetBIOSName()
Return the NetBIOS name details.
|
Modifier and Type | Method and Description |
---|---|
void |
NetBIOSNameServer.AddName(NetBIOSName name)
Add a NetBIOS name.
|
void |
NetBIOSNameServer.DeleteName(NetBIOSName name)
Delete a NetBIOS name.
|
protected void |
NetBIOSNameServer.fireAddNameEvent(NetBIOSName name,
int sts)
Trigger an add name event to all registered listeners.
|
protected void |
NetBIOSNameServer.fireNameRegisterEvent(NetBIOSName name,
InetAddress addr)
Trigger a name register event to all registered listeners.
|
protected void |
NetBIOSNameServer.fireNameReleaseEvent(NetBIOSName name,
InetAddress addr)
Trigger a name release event to all registered listeners.
|
protected void |
NetBIOSNameServer.fireQueryNameEvent(NetBIOSName name,
InetAddress addr)
Trigger an query name event to all registered listeners.
|
Constructor and Description |
---|
NetBIOSNameEvent(NetBIOSName name,
int sts)
Create a NetBIOS name event.
|
Modifier and Type | Method and Description |
---|---|
NetBIOSName |
NetBIOSSocket.getName()
Return the NetBIOS name.
|
Modifier and Type | Method and Description |
---|---|
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
|
static int |
Win32NetBIOS.FindName(int lana,
NetBIOSName nbName)
Find a NetBIOS name
|
Modifier and Type | Method and Description |
---|---|
NetBIOSName |
AsyncWinsockNetBIOSSessionHandler.getNetBIOSName()
Return the name this handler is listening on
|
Constructor and Description |
---|
AsyncWinsockCIFSRequestHandler(NetBIOSName srvName,
int srvLANA,
ThreadRequestPool threadPool,
int maxSess,
int sockTmo)
Class constructor
|
AsyncWinsockNetBIOSSessionHandler(int lana,
NetBIOSName nbName,
NetworkServer server)
Class constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.