|
|||||||||
| Home >> All >> com >> act365 >> [ net overview ] | PREV NEXT | ||||||||
A
- AF_INET - Static variable in interface com.act365.net.SocketConstants
- accept(SocketImpl) - Method in class com.act365.net.GeneralSocketImpl
- Accepts a connection request for this socket.
- available() - Method in class com.act365.net.GeneralSocketImpl
available()isn't supported.
B
- bind(int, InetAddress) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Binds this socket to a local port.
- bind(InetAddress, int) - Method in class com.act365.net.GeneralSocketImpl
- Binds this socket to the local port.
C
- checksum(byte[], int, int) - Static method in class com.act365.net.SocketUtils
- Standard internet checksum algorithm shared by IP, ICMP, UDP and TCP.
- checksum(byte[], byte[], byte, short, byte[], int) - Static method in class com.act365.net.SocketUtils
- Specific checksum calculation used for the UDP and TCP pseudo-header.
- close() - Method in class com.act365.net.GeneralDatagramSocketImpl
- Closes this socket.
- close() - Method in class com.act365.net.GeneralSocketImpl
- Closes this socket.
- close() - Method in class com.act365.net.GeneralSocketInputStream
- Closes the input stream.
- close() - Method in class com.act365.net.GeneralSocketOutputStream
- Closes the output stream.
- com.act365.net - package com.act365.net
- connect(String, int) - Method in class com.act365.net.GeneralSocketImpl
- Connects this socket to a named host.
- connect(InetAddress, int) - Method in class com.act365.net.GeneralSocketImpl
- Connects this socket to a given destination.
- connect(SocketAddress, int) - Method in class com.act365.net.GeneralSocketImpl
- Connects to the specified host.
- create(int, int, boolean) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Creates a new unconnected socket.
- create(int, int) - Method in class com.act365.net.GeneralSocketImpl
- Creates a new unconnected TCP socket.
- create() - Method in class com.act365.net.ICMPDatagramSocketImpl
- Creates a new unconnected ICMP socket.
- create() - Method in class com.act365.net.RawICMPDatagramSocketImpl
- Creates a new unconnected ICMP socket.
- create() - Method in class com.act365.net.RawTCPDatagramSocketImpl
- Creates a new unconnected raw socket that uses the TCP protocol.
- create() - Method in class com.act365.net.RawTCPJDatagramSocketImpl
- Creates a new unconnected raw socket that uses the TCP/J protocol.
- create() - Method in class com.act365.net.RawUDPDatagramSocketImpl
- Creates a new unconnected raw socket that use the UDP protocol.
- create() - Method in class com.act365.net.TCPDatagramSocketImpl
- Creates a new unconnected raw socket that uses the TCP protocol.
- create() - Method in class com.act365.net.TCPJDatagramSocketImpl
- Creates a new unconnected raw socket that uses the TCP/J protocol.
- create(boolean) - Method in class com.act365.net.TCPSocketImpl
- Creates a new unconnected TCP socket.
- create() - Method in class com.act365.net.UDPDatagramSocketImpl
- Creates a new unconnected UDP socket.
- createDatagramSocketImpl() - Method in class com.act365.net.ICMPDatagramSocketImplFactory
- Creates an
ICMPDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.RawICMPDatagramSocketImplFactory
- Creates a
RawDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.RawTCPDatagramSocketImplFactory
- Creates a new
RawTCPDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.RawTCPJDatagramSocketImplFactory
- Creates a
RawTCPJDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.RawUDPDatagramSocketImplFactory
- Creates a
RawUDPDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.TCPDatagramSocketImplFactory
- Creates a
TCPDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.TCPJDatagramSocketImplFactory
- Creates a
TCPJDatagramSocketImplinstance. - createDatagramSocketImpl() - Method in class com.act365.net.UDPDatagramSocketImplFactory
- Creates a
UDPDatagramSocketImplobject. - createInetAddress(int, byte[]) - Static method in class com.act365.net.GeneralSocketImpl
- Creates a
java.net.InetAddressobject with a given IP address. - createSocketImpl() - Method in class com.act365.net.TCPSocketImplFactory
- Creates a
TCPSocketImplobject.
D
- dump(PrintStream, byte[], int, int) - Static method in class com.act365.net.SocketUtils
- Dumps a buffer in printable form.
F
- finalize() - Method in class com.act365.net.SocketWrenchSession
- Releases Winsock 2 resources on Windows.
G
- GeneralDatagramSocketImpl - class com.act365.net.GeneralDatagramSocketImpl.
- GeneralDatagramSocketImpl extends
java.net.DatagramSocketImpland provides native implementations of all of its abstract methods. - GeneralDatagramSocketImpl() - Constructor for class com.act365.net.GeneralDatagramSocketImpl
- GeneralSocketImpl - class com.act365.net.GeneralSocketImpl.
- GeneralDatagramSocketImpl extends
java.net.SocketImpland provides native implementations of all of its abstract methods. - GeneralSocketImpl() - Constructor for class com.act365.net.GeneralSocketImpl
- GeneralSocketInputStream - class com.act365.net.GeneralSocketInputStream.
GeneralSocketInputStreamreads from a TCP socket.- GeneralSocketInputStream(int) - Constructor for class com.act365.net.GeneralSocketInputStream
- Creates an input stream to read from the TCP socket with the given descriptor.
- GeneralSocketOutputStream - class com.act365.net.GeneralSocketOutputStream.
GeneralSocketOutputStreamwrites to a TCP socket.- GeneralSocketOutputStream(int) - Constructor for class com.act365.net.GeneralSocketOutputStream
- Creates an output stream to write to the TCP socket with the given descriptor.
- getInputStream() - Method in class com.act365.net.GeneralSocketImpl
- Gets the input stream.
- getOption(int) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Gets the value of a socket option.
- getOption(int) - Method in class com.act365.net.GeneralSocketImpl
- Gets the value of a socket option.
- getOutputStream() - Method in class com.act365.net.GeneralSocketImpl
- Gets the output stream.
- getProtocol() - Static method in class com.act365.net.SocketUtils
- Returns the protocol associated with the current
DatagramSocketImpl. - getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- Gets the socket descriptor from a
java.io.FileDescriptorobject. - getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralSocketImpl
- Gets the socket descriptor from a
java.io.FileDescriptorobject. - getTTL() - Method in class com.act365.net.GeneralDatagramSocketImpl
- Retrieves time-to-live for multicast sockets.
- getTimeToLive() - Method in class com.act365.net.GeneralDatagramSocketImpl
- Retrieves time-to-live for multicast sockets.
I
- ICMPDatagramSocketImpl - class com.act365.net.ICMPDatagramSocketImpl.
- A socket class for the transmission of ICMP packets.
- ICMPDatagramSocketImpl() - Constructor for class com.act365.net.ICMPDatagramSocketImpl
- ICMPDatagramSocketImplFactory - class com.act365.net.ICMPDatagramSocketImplFactory.
- Factory to create
ICMPDatagramSocketImplobjects. - ICMPDatagramSocketImplFactory() - Constructor for class com.act365.net.ICMPDatagramSocketImplFactory
- IPPROTO_ICMP - Static variable in interface com.act365.net.SocketConstants
- IPPROTO_IP - Static variable in interface com.act365.net.SocketConstants
- IPPROTO_RAW - Static variable in interface com.act365.net.SocketConstants
- IPPROTO_TCP - Static variable in interface com.act365.net.SocketConstants
- IPPROTO_TCPJ - Static variable in interface com.act365.net.SocketConstants
- IPPROTO_UDP - Static variable in interface com.act365.net.SocketConstants
- includeHeader() - Static method in class com.act365.net.SocketUtils
- Indicates whether the chosen protocol requires the user to include the IP header.
- includeheader - Static variable in class com.act365.net.SocketUtils
- intFromBytes(byte[], int) - Static method in class com.act365.net.SocketUtils
- Converts consecutive bytes from a buffer into an int.
- intToBytes(int, byte[], int) - Static method in class com.act365.net.SocketUtils
- Writes an int into a buffer.
- integralFromBytes(byte[], int, int) - Static method in class com.act365.net.SocketUtils
- Forms an integral type from consecutive bytes in a buffer
J
- join(InetAddress) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Joins a multicast group.
- joinGroup(SocketAddress, NetworkInterface) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Joins a multicast group.
L
- leave(InetAddress) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Leaves a multicast group.
- leaveGroup(SocketAddress, NetworkInterface) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Leaves a multicast group.
- listen(int) - Method in class com.act365.net.GeneralSocketImpl
- Listens for connection requests on this socket.
- longFromBytes(byte[], int) - Static method in class com.act365.net.SocketUtils
- Converts consecutive bytes from a buffer into a long.
- longToBytes(long, byte[], int) - Static method in class com.act365.net.SocketUtils
- Writes a long into a buffer.
M
- MSG_DONTROUTE - Static variable in interface com.act365.net.SocketConstants
- MSG_OOB - Static variable in interface com.act365.net.SocketConstants
- MSG_PEEK - Static variable in interface com.act365.net.SocketConstants
P
- peek(InetAddress) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Polls until a datagram packet is received.
- peekData(DatagramPacket) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Extracts the next DatagramPacket and returns the port number.
- protocol - Static variable in class com.act365.net.SocketUtils
- The protocol in use in the current session.
R
- RawICMPDatagramSocketImpl - class com.act365.net.RawICMPDatagramSocketImpl.
- A socket class for the transmission of ICMP packets.
- RawICMPDatagramSocketImpl() - Constructor for class com.act365.net.RawICMPDatagramSocketImpl
- RawICMPDatagramSocketImplFactory - class com.act365.net.RawICMPDatagramSocketImplFactory.
- Factory to create
RawICMPDatagramSocketImplobjects. - RawICMPDatagramSocketImplFactory() - Constructor for class com.act365.net.RawICMPDatagramSocketImplFactory
- RawTCPDatagramSocketImpl - class com.act365.net.RawTCPDatagramSocketImpl.
- A socket class for the transmission of TCP packets.
- RawTCPDatagramSocketImpl() - Constructor for class com.act365.net.RawTCPDatagramSocketImpl
- RawTCPDatagramSocketImplFactory - class com.act365.net.RawTCPDatagramSocketImplFactory.
- Factory to create
RawTCPDatagramSocketImplobjects. - RawTCPDatagramSocketImplFactory() - Constructor for class com.act365.net.RawTCPDatagramSocketImplFactory
- RawTCPJDatagramSocketImpl - class com.act365.net.RawTCPJDatagramSocketImpl.
- A socket class for the transmission of TCP packets.
- RawTCPJDatagramSocketImpl() - Constructor for class com.act365.net.RawTCPJDatagramSocketImpl
- RawTCPJDatagramSocketImplFactory - class com.act365.net.RawTCPJDatagramSocketImplFactory.
- Factory to create
RawTCPJDatagramSocketImplobjects. - RawTCPJDatagramSocketImplFactory() - Constructor for class com.act365.net.RawTCPJDatagramSocketImplFactory
- RawUDPDatagramSocketImpl - class com.act365.net.RawUDPDatagramSocketImpl.
- A socket class for the transmission of UDP packets.
- RawUDPDatagramSocketImpl() - Constructor for class com.act365.net.RawUDPDatagramSocketImpl
- RawUDPDatagramSocketImplFactory - class com.act365.net.RawUDPDatagramSocketImplFactory.
- Factory to create
RawUDPDatagramSocketImplobjects. - RawUDPDatagramSocketImplFactory() - Constructor for class com.act365.net.RawUDPDatagramSocketImplFactory
- read() - Method in class com.act365.net.GeneralSocketInputStream
- Reads a single character from the TCP stream.
- read(byte[]) - Method in class com.act365.net.GeneralSocketInputStream
- Reads a string of characters from the TCP stream into a buffer.
- read(byte[], int, int) - Method in class com.act365.net.GeneralSocketInputStream
- Reads a string of characters from the TCP stream into a given location in a buffer.
- receive(DatagramPacket) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Reads a datagram packet.
S
- SOCK_DGRAM - Static variable in interface com.act365.net.SocketConstants
- SOCK_RAW - Static variable in interface com.act365.net.SocketConstants
- SOCK_STREAM - Static variable in interface com.act365.net.SocketConstants
- SocketConstants - interface com.act365.net.SocketConstants.
- Defines platform-independent constants.
- SocketUtils - class com.act365.net.SocketUtils.
- SocketUtils provides various utility functions e.g.
- SocketUtils() - Constructor for class com.act365.net.SocketUtils
- SocketWrenchSession - class com.act365.net.SocketWrenchSession.
- Manages the housekeeping tasks (mostly on Windows) associated with the startup and the shutdown of the library.
- SocketWrenchSession() - Constructor for class com.act365.net.SocketWrenchSession
- send(DatagramPacket) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Sends a datagram packet.
- sendUrgentData(int) - Method in class com.act365.net.GeneralSocketImpl
- Urgent data isn't supported.
- setOption(int, Object) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Sets the value of a socket option.
- setOption(int, Object) - Method in class com.act365.net.GeneralSocketImpl
- Sets the value of a socket option.The value has to be an
Integerobject. - setProtocol(String) - Static method in class com.act365.net.SocketUtils
- Sets the
DatagramSocketfactory to be used in the program. - setSocketDescriptor(FileDescriptor, int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- Sets the socket descriptor for a
java.io.FileDescriptorobject. - setSocketDescriptor(FileDescriptor, int) - Static method in class com.act365.net.GeneralSocketImpl
- Sets the socket descriptor for a
java.io.FileDescriptorobject. - setTTL(byte) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Sets time-to-live for multicast sockets.
- setTimeToLive(int) - Method in class com.act365.net.GeneralDatagramSocketImpl
- Sets time-to-live for multicast sockets.
- shortFromBytes(byte[], int) - Static method in class com.act365.net.SocketUtils
- Converts consecutive bytes from a buffer into a short.
- shortToBytes(short, byte[], int) - Static method in class com.act365.net.SocketUtils
- Writes a short into a buffer.
- socketDescriptor - Variable in class com.act365.net.GeneralSocketInputStream
- socketDescriptor - Variable in class com.act365.net.GeneralSocketOutputStream
T
- TCPDatagramSocketImpl - class com.act365.net.TCPDatagramSocketImpl.
- A socket class for the transmission of TCP packets.
- TCPDatagramSocketImpl() - Constructor for class com.act365.net.TCPDatagramSocketImpl
- TCPDatagramSocketImplFactory - class com.act365.net.TCPDatagramSocketImplFactory.
- Factory to create
TCPDatagramSocketImplobjects. - TCPDatagramSocketImplFactory() - Constructor for class com.act365.net.TCPDatagramSocketImplFactory
- TCPJDatagramSocketImpl - class com.act365.net.TCPJDatagramSocketImpl.
- A socket class for the transmission of TCP packets.
- TCPJDatagramSocketImpl() - Constructor for class com.act365.net.TCPJDatagramSocketImpl
- TCPJDatagramSocketImplFactory - class com.act365.net.TCPJDatagramSocketImplFactory.
- Factory to create
TCPJDatagramSocketImplobjects. - TCPJDatagramSocketImplFactory() - Constructor for class com.act365.net.TCPJDatagramSocketImplFactory
- TCPSocketImpl - class com.act365.net.TCPSocketImpl.
- Implements a TCP socket in native code using the standard Berkeley library.
- TCPSocketImpl() - Constructor for class com.act365.net.TCPSocketImpl
- TCPSocketImplFactory - class com.act365.net.TCPSocketImplFactory.
- Factory to create
TCPSocketImplobjects. - TCPSocketImplFactory() - Constructor for class com.act365.net.TCPSocketImplFactory
U
- UDPDatagramSocketImpl - class com.act365.net.UDPDatagramSocketImpl.
- A socket class for the transmission of UDP packets.
- UDPDatagramSocketImpl() - Constructor for class com.act365.net.UDPDatagramSocketImpl
- UDPDatagramSocketImplFactory - class com.act365.net.UDPDatagramSocketImplFactory.
- Factory to create
UDPDatagramSocketImplobjects. - UDPDatagramSocketImplFactory() - Constructor for class com.act365.net.UDPDatagramSocketImplFactory
W
- write(int) - Method in class com.act365.net.GeneralSocketOutputStream
- Writes a single character to the TCP stream.
- write(byte[]) - Method in class com.act365.net.GeneralSocketOutputStream
- Writes a string of characters into the TCP stream from a buffer.
- write(byte[], int, int) - Method in class com.act365.net.GeneralSocketOutputStream
- Writes a string of characters into the TCP stream from a given location in a buffer.
_
- _accept(int, SocketImpl) - Static method in class com.act365.net.GeneralSocketImpl
- _bind(int, byte[], int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _bind(int, byte[], int) - Static method in class com.act365.net.GeneralSocketImpl
- _close(int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _close(int) - Static method in class com.act365.net.GeneralSocketImpl
- _close(int) - Static method in class com.act365.net.GeneralSocketInputStream
- _close(int) - Static method in class com.act365.net.GeneralSocketOutputStream
- _connect(int, byte[], int) - Static method in class com.act365.net.GeneralSocketImpl
- _createInetAddress(int, byte[]) - Static method in class com.act365.net.GeneralSocketImpl
- _getOption(int, int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _getOption(int, int) - Static method in class com.act365.net.GeneralSocketImpl
- _getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _getSocketDescriptor(FileDescriptor) - Static method in class com.act365.net.GeneralSocketImpl
- _listen(int, int) - Static method in class com.act365.net.GeneralSocketImpl
- _read(int, byte[], int, int) - Static method in class com.act365.net.GeneralSocketInputStream
- _receive(int, DatagramPacket, int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _send(int, byte[], int, byte[], int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _send(int, byte[], int, int) - Static method in class com.act365.net.GeneralSocketOutputStream
- _setOption(int, int, Object) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _setOption(int, int, Object) - Static method in class com.act365.net.GeneralSocketImpl
- _setSocketDescriptor(FileDescriptor, int) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _setSocketDescriptor(FileDescriptor, int) - Static method in class com.act365.net.GeneralSocketImpl
- _shutdown() - Static method in class com.act365.net.SocketWrenchSession
- _socket(int, int, int, boolean) - Static method in class com.act365.net.GeneralDatagramSocketImpl
- _socket(int, int, int) - Static method in class com.act365.net.GeneralSocketImpl
- _startup() - Static method in class com.act365.net.SocketWrenchSession
A B C D F G I J L M P R S T U W _
|
|||||||||
| Home >> All >> com >> act365 >> [ net overview ] | PREV NEXT | ||||||||