Skip navigation links
jdk.net API
B C E G H J N P S 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

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.

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

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.
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.

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 N P S V 
Skip navigation links
jdk.net API


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