Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
G
getActions()
- Method in class java.net.
SocketPermission
Returns the canonical string representation of the actions.
getAddress()
- Method in class java.net.
ANEPPacket
Get the address of the destination.
getAddress()
- Method in class java.net.
DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress()
- Method in class java.net.
InetAddress
Returns the raw IP address of this
InetAddress
object.
getAddress()
- Method in class java.net.
RawPacket
Returns the IP address of the machine to which this packet is being sent or from which the packet was received.
getAllByName(String)
- Static method in class java.net.
InetAddress
Determines all the IP addresses of a host, given the host's name.
getByName(String)
- Static method in class java.net.
InetAddress
Determines the IP address of a host, given the host's name.
getCertificates()
- Method in class java.security.
CodeSource
Returns the certificates associated with this CodeSource.
getChecksum()
- Method in class java.net.
RawSocket
Get the offset at which the checsum is placed in the packet
getChecksum()
- Method in class java.net.
RawSocketImpl
Get the Checksum option.
getClassContext()
- Method in class java.lang.
SecurityManager
Returns the current execution stack as an array of classes.
getCode()
- Method in class java.net.
IcmpPacket
Return the ICMP code of the packet.
getData()
- Method in class java.net.
ANEPOption
Get the payload of this option.
getData()
- Method in class java.net.
ANEPPacket
Get the packet payload.
getData()
- Method in class java.net.
DatagramPacket
Returns the data received or the data to be sent.
getData()
- Method in class java.net.
RawPacket
Returns the data received or the data to be sent.
getErrorStream()
- Method in class java.net.
HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getFileDescriptor()
- Method in class java.net.
ANEPSocketImpl
Get the ANEP socket file descriptor
getFileDescriptor()
- Method in class java.net.
DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor()
- Method in class java.net.
RawSocketImpl
Get the raw socket file descriptor
getFileDescriptor()
- Method in class java.net.
SocketImpl
Returns the value of this socket's
fd
field.
getFlags()
- Method in class java.net.
ANEPOption
Get the flags of this option.
getFlags()
- Method in class java.net.
ANEPPacket
Get the ANEP packet flags which are defined here as FLAG_*.
getFlowLabel()
- Method in class java.net.
ANEPSocket
Get value of the flow label for this socket,
getFlowLabel()
- Method in class java.net.
DatagramSocket
Get value of the flow label for this socket,
getFlowLabel()
- Method in class java.net.
RawSocket
Get value of the flow label for this socket,
getFlowLabel()
- Method in class java.net.
Socket
Get value of the flow label for this socket,
getFollowRedirects()
- Static method in class java.net.
HttpURLConnection
getHOPS()
- Method in class java.net.
ANEPSocketImpl
Retrieve the TTL (time-to-live) option.
getHOPS()
- Method in class java.net.
DatagramSocketImpl
Retrieve the Hops option.
getHOPS()
- Method in class java.net.
MulticastANEPSocket
getHOPS()
- Method in class java.net.
MulticastSocket
Return the default hops value of the socket.
getHostAddress()
- Method in class java.net.
InetAddress
Returns the IP address string.
getHostName()
- Method in class java.net.
InetAddress
Returns the hostname for this address.
getInCheck()
- Method in class java.lang.
SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission
call be used instead.
getInetAddress()
- Method in class java.net.
ANEPSocket
Returns the address to which this socket is connected.
getInetAddress()
- Method in class java.net.
DatagramSocket
Returns the address to which this socket is connected.
getInetAddress()
- Method in class java.net.
Socket
Returns the address to which the socket is connected.
getInetAddress()
- Method in class java.net.
SocketImpl
Returns the value of this socket's
address
field.
getInputStream()
- Method in class java.net.
Socket
Returns an input stream for this socket.
getInputStream()
- Method in class java.net.
SocketImpl
Returns an input stream for this socket.
getInterface()
- Method in class java.net.
MulticastANEPSocket
Retrieve the address of the network interface used for multicast packets.
getInterface()
- Method in class java.net.
MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getLength()
- Method in class java.net.
ANEPOption
Get the length of the payload.
getLength()
- Method in class java.net.
ANEPPacket
Returns the length of the data to be sent or the length of the data received.
getLength()
- Method in class java.net.
DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength()
- Method in class java.net.
RawPacket
Returns the length of the data to be sent or the length of the data received.
getLocalAddress()
- Method in class java.net.
ANEPSocket
Gets the local address to which the socket is bound.
getLocalAddress()
- Method in class java.net.
DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress()
- Method in class java.net.
RawSocket
Gets the local address to which the socket is bound.
getLocalAddress()
- Method in class java.net.
Socket
Gets the local address to which the socket is bound.
getLocalHost()
- Static method in class java.net.
InetAddress
Returns the local host.
getLocalPort()
- Method in class java.net.
DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort()
- Method in class java.net.
DatagramSocketImpl
Get the local port.
getLocalPort()
- Method in class java.net.
Socket
Returns the local port to which this socket is bound.
getLocalPort()
- Method in class java.net.
SocketImpl
Returns the value of this socket's
localport
field.
getLocalType()
- Method in class java.net.
ANEPSocket
Gets the local type to which the socket is bound.
getLocation()
- Method in class java.security.
CodeSource
Returns the location associated with this CodeSource.
getNetAuthenticate()
- Method in class java.net.
ANEPSocket
Get value of the IPV6_AUTH_NETWORK_LEVEL option for this socket, that is the AH policy in tunnel mode that is applied on the socket.
getNetAuthenticate()
- Method in class java.net.
DatagramSocket
Get value of the IPV6_AUTH_NETWORK_LEVEL option for this socket, that is the AH policy in tunnel mode that is applied on the socket.
getNetAuthenticate()
- Method in class java.net.
RawSocket
Get value of the IPV6_AUTH_NETWORK_LEVEL option for this socket, that is the AH policy in tunnel mode that is applied on the socket.
getNetAuthenticate()
- Method in class java.net.
Socket
Get value of the IPV6_AUTH_NETWORK_LEVEL option for this socket, that is the AH policy in tunnel mode that is applied on the socket.
getNetEncryption()
- Method in class java.net.
ANEPSocket
Get value of the IPV6_ESP_NETWORK_LEVEL option for this socket, that is the ESP policy in tunnel mode that is applied on the socket.
getNetEncryption()
- Method in class java.net.
DatagramSocket
Get value of the IPV6_ESP_NETWORK_LEVEL option for this socket, that is the ESP policy in tunnel mode that is applied on the socket.
getNetEncryption()
- Method in class java.net.
RawSocket
Get value of the IPV6_ESP_NETWORK_LEVEL option for this socket, that is the ESP policy in tunnel mode that is applied on the socket.
getNetEncryption()
- Method in class java.net.
Socket
Get value of the IPV6_ESP_NETWORK_LEVEL option for this socket, that is the ESP policy in tunnel mode that is applied on the socket.
getOffset()
- Method in class java.net.
ANEPOption
Returns the offset of the data to be sent or the offset of the data received.
getOffset()
- Method in class java.net.
ANEPPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset()
- Method in class java.net.
DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset()
- Method in class java.net.
RawPacket
Returns the current position of the offset
getOption(int)
- Method in interface java.net.
SocketOptions
Fetch the value of an option.
getOptions()
- Method in class java.net.
ANEPPacket
Get the ANEP packet options.
getOutputStream()
- Method in class java.net.
Socket
Returns an output stream for this socket.
getOutputStream()
- Method in class java.net.
SocketImpl
Returns an output stream for this socket.
getPermission()
- Method in class java.net.
HttpURLConnection
IPv6: format compatibility with SocketPermission
getPermissions(CodeSource)
- Method in class java.net.
URLClassLoader
Returns the permissions for the given codesource object.
getPort()
- Method in class java.net.
DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort()
- Method in class java.net.
DatagramSocket
Returns the port for this socket.
getPort()
- Method in class java.net.
Socket
Returns the remote port to which this socket is connected.
getPort()
- Method in class java.net.
SocketImpl
Returns the value of this socket's
port
field.
getProtocol()
- Method in class java.net.
RawSocketImpl
Get the protocol value
getReceiveBufferSize()
- Method in class java.net.
ANEPSocket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getReceiveBufferSize()
- Method in class java.net.
DatagramSocket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getReceiveBufferSize()
- Method in class java.net.
RawSocket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getReceiveBufferSize()
- Method in class java.net.
Socket
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket.
getRequestMethod()
- Method in class java.net.
HttpURLConnection
Get the request method.
getResponseCode()
- Method in class java.net.
HttpURLConnection
Gets HTTP response status.
getResponseMessage()
- Method in class java.net.
HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getSecurityContext()
- Method in class java.lang.
SecurityManager
Creates an object that encapsulates the current execution environment.
getSendBufferSize()
- Method in class java.net.
ANEPSocket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSendBufferSize()
- Method in class java.net.
DatagramSocket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSendBufferSize()
- Method in class java.net.
RawSocket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSendBufferSize()
- Method in class java.net.
Socket
Get value of the SO_SNDBUF option for this socket, that is the buffer size used by the platform for output on the this Socket.
getSoLinger()
- Method in class java.net.
Socket
Returns setting for SO_LINGER.
getSoReuse()
- Method in class java.net.
ANEPSocket
Get the value of SO_REUSEADDR (which allow to reuse the same addresse/type).
getSoTimeout()
- Method in class java.net.
ANEPSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout()
- Method in class java.net.
DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout()
- Method in class java.net.
RawSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout()
- Method in class java.net.
Socket
Returns setting for SO_TIMEOUT.
getTcpNoDelay()
- Method in class java.net.
Socket
Tests if TCP_NODELAY is enabled.
getThreadGroup()
- Method in class java.lang.
SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getTimeToLive()
- Method in class java.net.
MulticastANEPSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive()
- Method in class java.net.
MulticastSocket
This method is still implemented under IPv6 for compatibility reasons.
getTrafficClass()
- Method in class java.net.
ANEPSocket
Get value of the traffic class for this socket,
getTrafficClass()
- Method in class java.net.
DatagramSocket
Get value of the traffic class for this socket,
getTrafficClass()
- Method in class java.net.
RawSocket
Get value of the traffic class for this socket,
getTrafficClass()
- Method in class java.net.
Socket
Get value of the traffic class for this socket,
getTransportAuthenticate()
- Method in class java.net.
ANEPSocket
Get value of the IPV6_AUTH_TRANS_LEVEL option for this socket, that is the AH policy in transport that is applied on the socket.
getTransportAuthenticate()
- Method in class java.net.
DatagramSocket
Get value of the IPV6_AUTH_TRANS_LEVEL option for this socket, that is the AH policy in transport that is applied on the socket.
getTransportAuthenticate()
- Method in class java.net.
RawSocket
Get value of the IPV6_AUTH_TRANS_LEVEL option for this socket, that is the AH policy in transport that is applied on the socket.
getTransportAuthenticate()
- Method in class java.net.
Socket
Get value of the IPV6_AUTH_TRANS_LEVEL option for this socket, that is the AH policy in transport that is applied on the socket.
getTransportEncryption()
- Method in class java.net.
ANEPSocket
Get value of the IPV6_ESP_TRANS_LEVEL option for this socket, that is the ESP policy in transport mode that is applied on the socket.
getTransportEncryption()
- Method in class java.net.
DatagramSocket
Get value of the IPV6_ESP_TRANS_LEVEL option for this socket, that is the ESP policy in transport mode that is applied on the socket.
getTransportEncryption()
- Method in class java.net.
RawSocket
Get value of the IPV6_ESP_TRANS_LEVEL option for this socket, that is the ESP policy in transport mode that is applied on the socket.
getTransportEncryption()
- Method in class java.net.
Socket
Get value of the IPV6_ESP_TRANS_LEVEL option for this socket, that is the ESP policy in transport mode that is applied on the socket.
getTTL()
- Method in class java.net.
MulticastANEPSocket
Deprecated.
use the getTimeToLive method instead, which returns an
int
instead of a
byte
.
getTTL()
- Method in class java.net.
MulticastSocket
Deprecated.
use the getTimeToLive method instead, which returns an
int
instead of a
byte
.
getType()
- Method in class java.net.
ANEPOption
Get the type of this option.
getType()
- Method in class java.net.
ANEPPacket
Get the packet type Id.
getType()
- Method in class java.net.
ANEPSocket
Returns the type for this socket.
getType()
- Method in class java.net.
IcmpPacket
Return the ICMP type of the packet.
getURLs()
- Method in class java.net.
URLClassLoader
Returns the search path of URLs for loading classes and resources.
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U