Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net
Interface SocketConstants  view SocketConstants download SocketConstants.java


public interface SocketConstants

Defines platform-independent constants. Platform-dependent constants are defined within native code.


Field Summary
static int AF_INET
           
static int IPPROTO_ICMP
           
static int IPPROTO_IP
           
static int IPPROTO_RAW
           
static int IPPROTO_TCP
           
static int IPPROTO_TCPJ
           
static int IPPROTO_UDP
           
static int MSG_DONTROUTE
           
static int MSG_OOB
           
static int MSG_PEEK
           
static int SOCK_DGRAM
           
static int SOCK_RAW
           
static int SOCK_STREAM
           
 

Field Detail

AF_INET

public static final int AF_INET
See Also:
Constant Field Values

SOCK_STREAM

public static final int SOCK_STREAM
See Also:
Constant Field Values

SOCK_DGRAM

public static final int SOCK_DGRAM
See Also:
Constant Field Values

SOCK_RAW

public static final int SOCK_RAW
See Also:
Constant Field Values

IPPROTO_IP

public static final int IPPROTO_IP
See Also:
Constant Field Values

IPPROTO_ICMP

public static final int IPPROTO_ICMP
See Also:
Constant Field Values

IPPROTO_TCP

public static final int IPPROTO_TCP
See Also:
Constant Field Values

IPPROTO_UDP

public static final int IPPROTO_UDP
See Also:
Constant Field Values

IPPROTO_TCPJ

public static final int IPPROTO_TCPJ
See Also:
Constant Field Values

IPPROTO_RAW

public static final int IPPROTO_RAW
See Also:
Constant Field Values

MSG_OOB

public static final int MSG_OOB
See Also:
Constant Field Values

MSG_PEEK

public static final int MSG_PEEK
See Also:
Constant Field Values

MSG_DONTROUTE

public static final int MSG_DONTROUTE
See Also:
Constant Field Values