Skip navigation links
jdk.net API
B C E G H J L N P S T U V 

B

bandwidth(long) - Method in class jdk.net.SocketFlow
Sets this SocketFlow's bandwidth.
bandwidth() - Method in class jdk.net.SocketFlow
Returns this SocketFlow's bandwidth.

C

create() - Static method in class jdk.net.SocketFlow
Creates a new SocketFlow that can be used to set the SO_FLOW_SLA socket option and create a socket flow.

E

ExtendedSocketOptions - Class in jdk.net
Defines extended socket options, beyond those defined in StandardSocketOptions.

G

getFlowOption(FileDescriptor, SocketFlow) - Static method in class jdk.net.ExtendedSocketOptions
 
getOption(Socket, SocketOption<T>) - Static method in class jdk.net.Sockets
Returns the value of a socket option from a Socket
getOption(ServerSocket, SocketOption<T>) - Static method in class jdk.net.Sockets
Returns the value of a socket option from a ServerSocket
getOption(DatagramSocket, SocketOption<T>) - Static method in class jdk.net.Sockets
Returns the value of a socket option from a DatagramSocket or MulticastSocket

H

HIGH_PRIORITY - Static variable in class jdk.net.SocketFlow
 

J

jdk.net - package jdk.net
Platform specific socket options for the java.net and java.nio.channels socket classes.

L

LinuxSocketOptions - Class in jdk.net
 
LinuxSocketOptions() - Constructor for class jdk.net.LinuxSocketOptions
 

N

NetworkPermission - Class in jdk.net
Represents permission to access the extended networking capabilities defined in the jdk.net package.
NetworkPermission(String) - Constructor for class jdk.net.NetworkPermission
Creates a NetworkPermission with the given target name.
NetworkPermission(String, String) - Constructor for class jdk.net.NetworkPermission
Creates a NetworkPermission with the given target name.
NORMAL_PRIORITY - Static variable in class jdk.net.SocketFlow
 

P

priority(int) - Method in class jdk.net.SocketFlow
Sets this SocketFlow's priority.
priority() - Method in class jdk.net.SocketFlow
Returns this SocketFlow's priority.

S

setFlowOption(FileDescriptor, SocketFlow) - Static method in class jdk.net.ExtendedSocketOptions
 
setOption(Socket, SocketOption<T>, T) - Static method in class jdk.net.Sockets
Sets the value of a socket option on a Socket
setOption(ServerSocket, SocketOption<T>, T) - Static method in class jdk.net.Sockets
Sets the value of a socket option on a ServerSocket
setOption(DatagramSocket, SocketOption<T>, T) - Static method in class jdk.net.Sockets
Sets the value of a socket option on a DatagramSocket or MulticastSocket
SO_FLOW_SLA - Static variable in class jdk.net.ExtendedSocketOptions
Service level properties.
SocketFlow - Class in jdk.net
Represents the service level properties for the platform specific socket option ExtendedSocketOptions.SO_FLOW_SLA.
SocketFlow.Status - Enum in jdk.net
Enumeration of the return values from the SO_FLOW_SLA socket option.
Sockets - Class in jdk.net
Defines static methods to set and get socket options defined by the SocketOption interface.
SolarisSocketOptions - Class in jdk.net
 
SolarisSocketOptions() - Constructor for class jdk.net.SolarisSocketOptions
 
status() - Method in class jdk.net.SocketFlow
Returns the Status value of this SocketFlow.
supportedOptions(Class<?>) - Static method in class jdk.net.Sockets
Returns a set of SocketOptions supported by the given socket type.

T

TCP_KEEPCOUNT - Static variable in class jdk.net.ExtendedSocketOptions
Keep-Alive retransmission maximum limit.
TCP_KEEPIDLE - Static variable in class jdk.net.ExtendedSocketOptions
Keep-Alive idle time.
TCP_KEEPINTERVAL - Static variable in class jdk.net.ExtendedSocketOptions
Keep-Alive retransmission interval time.

U

UNSET - Static variable in class jdk.net.SocketFlow
 

V

valueOf(String) - Static method in enum jdk.net.SocketFlow.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum jdk.net.SocketFlow.Status
Returns an array containing the constants of this enum type, in the order they are declared.
B C E G H J L N P S T U V 
Skip navigation links
jdk.net API


Copyright © 2014, 2024, Oracle and/or its affiliates. All rights reserved.