com.act365.net
Interface SocketConstants


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

SOCK_STREAM

public static final int SOCK_STREAM

SOCK_DGRAM

public static final int SOCK_DGRAM

SOCK_RAW

public static final int SOCK_RAW

IPPROTO_IP

public static final int IPPROTO_IP

IPPROTO_ICMP

public static final int IPPROTO_ICMP

IPPROTO_TCP

public static final int IPPROTO_TCP

IPPROTO_UDP

public static final int IPPROTO_UDP

IPPROTO_TCPJ

public static final int IPPROTO_TCPJ

IPPROTO_RAW

public static final int IPPROTO_RAW

MSG_OOB

public static final int MSG_OOB

MSG_PEEK

public static final int MSG_PEEK

MSG_DONTROUTE

public static final int MSG_DONTROUTE