|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
PacketEvents in the PacketEventQueue
PacketEventQueue.
java.lang.Integer.toHexString
method.
- getHostAddress() -
Method in class jcifs.netbios.NbtAddress
- Returns this IP adress as a
String in the form "%d.%d.%d.%d".
- getHostName() -
Method in class jcifs.netbios.NbtAddress
- The hostname of this address.
- getInetAddress() -
Method in class jcifs.netbios.NbtAddress
- To convert this address to an
InetAddress.
- getLocalAddress() -
Method in class jcifs.util.MultiDatagramSocket
- Retrieves the local hosts interface this socket is running bound to.
- getLocalHost() -
Static method in class jcifs.netbios.NbtAddress
- Retrieves the local host address.
- getLocalHostName() -
Method in class jcifs.netbios.NbtNameServiceClient
- Retrieve the local host name.
- getLocalPort() -
Method in class jcifs.util.MultiDatagramSocket
- Returns the local port this socket is set to run on.
- getMacAddress() -
Method in class jcifs.netbios.NbtAddress
- Retrieves the MAC address of the nodes network interface.
- getNextPacketEvent() -
Method in class jcifs.util.PacketEventQueue
- Retreive or wait for the next
PacketEvent.
- getNextPacketEvent(long) -
Method in class jcifs.util.PacketEventQueue
- Retreive or wait for the next
PacketEvent for at most
timeout milliseconds.
- getNodeStatus(NbtAddress) -
Method in class jcifs.netbios.NbtNameServiceClient
- Do a node status on an address.
- getNodeType() -
Method in class jcifs.netbios.NbtAddress
- Checks the node type of this address.
- getPacket() -
Method in class jcifs.util.PacketEvent
- Retrieve the
DatagramPacket.
- getSize() -
Method in class jcifs.util.MultiDatagramSocket
- The number of open
PacketEventQueues.
- getSize() -
Method in class jcifs.util.PacketEventQueue
- Return the number of packets in the queue
- getTime() -
Method in class jcifs.util.PacketEvent
- Return the time the packet was received.
Log.printHexDump(java.lang.String, byte[], int, int)
function provided by this class.
PacketEvents on their PacketEventQueues.
PacketEventQueues.
PrintWriter that prepends
a timestamp before each message is written to the underlying
stream.LogWriter instance that uses the specified
output stream as it's underlying stream
LogWriter instance.
MultiDatagramSocket employs a simple linked list queuing mechanism and an
internal thread dedicated to reading from the socket to allow multiple
threads to concurrently send and receive datagram packets on the same
port at rates independent from one another.MultiDatagramSocket.
MultiDatagramSocket on the specified port.
MultiDatagramSocket on the specified port
that binds to the specified interface.
NbtAddress class for
interacting with the netbios.Log classes.
DatagramPacket and it's reception
time.PacketEvents and is obtained from
MultiDatagramSocket.Object.
String.
char to the log.
int to the log stream.
Object to the screen.
String to the log.
Throwable object like
an Exception.
PacketEventQueue(ie stop listening).
SimpleDateFormat to
control what the timestamp looks like in the log stream.
OutputStream to be used as the underlying
stream.
Writer used as the underlying stream.
MultiDatagramSocket.
MultiDatagramSocket.
Log.getHexString(int val, int
size) but provides a more practical form when trying to avoid String concatenation and StringBuffer.
String representaion of this address.
UnknownNbtHostException with no message
detail.
UnknownNbtHostException with the specified
message detail.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||