Index

C

com.ibm.net - package com.ibm.net
configureKeepAlive(Socket, SocketKeepAliveParameters) - Static method in class com.ibm.net.SocketUtils
Control behaviour of socket keepalives for the supplied Socket.

G

getFileDescriptor(SocketChannel) - Static method in class com.ibm.net.SocketUtils
Retrieve the value of the Socket descriptor represented by the supplied SocketChannel.
getFileDescriptor(ServerSocketChannel) - Static method in class com.ibm.net.SocketUtils
Retrieve the value of the Socket descriptor represented by the supplied ServerSocketChannel.
getFileDescriptor(Socket) - Static method in class com.ibm.net.SocketUtils
Retrieve the value of the Socket descriptor represented by the supplied Socket.
getFileDescriptor(ServerSocket) - Static method in class com.ibm.net.SocketUtils
Retrieve the value of the Socket descriptor represented by the supplied ServerSocket.
getIdleTime() - Method in class com.ibm.net.SocketKeepAliveParameters
Gets the current setting for amount of idle time.
getIntervalTime() - Method in class com.ibm.net.SocketKeepAliveParameters
Gets the current setting for the interval time.
getProbeCount() - Method in class com.ibm.net.SocketKeepAliveParameters
Gets the current setting for the maximum number of keepalive probes to send.

N

NetworkRecycledException - Exception in com.ibm.net
Signals that Network has been Recycled.
NetworkRecycledException(String) - Constructor for exception com.ibm.net.NetworkRecycledException
Constructs a new NetworkRecycledException with the specified detail message that the network has been recycled.
NetworkRecycledException() - Constructor for exception com.ibm.net.NetworkRecycledException

S

setIdleTime(int) - Method in class com.ibm.net.SocketKeepAliveParameters
Sets the amount of idle time on the connection until a keepalive probe is sent.
setIntervalTime(int) - Method in class com.ibm.net.SocketKeepAliveParameters
Sets the time between keepalive probes.
setProbeCount(int) - Method in class com.ibm.net.SocketKeepAliveParameters
Sets the maximum number of keepalive probes to send.
SocketKeepAliveParameters - Class in com.ibm.net
Parameters object for configureKeepAlive(java.net.Socket, com.ibm.net.SocketKeepAliveParameters).
SocketKeepAliveParameters() - Constructor for class com.ibm.net.SocketKeepAliveParameters
SocketUtils - Class in com.ibm.net
Utility class for java.net.Socket.
SocketUtils() - Constructor for class com.ibm.net.SocketUtils