"

2013 FRC Java API

"

com.sun.squawk.platform.posix.solaris.natives
Class SocketImpl

java.lang.Object
  extended by com.sun.squawk.platform.posix.natives.SocketImpl
      extended by com.sun.squawk.platform.posix.solaris.natives.SocketImpl
All Implemented Interfaces:
Library, Socket

public class SocketImpl
extends SocketImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.squawk.platform.posix.natives.SocketImpl
SocketImpl.sockaddr_inImpl
 
Nested classes/interfaces inherited from interface com.sun.squawk.platform.posix.natives.Socket
Socket.sockaddr_in
 
Field Summary
 
Fields inherited from interface com.sun.squawk.platform.posix.natives.Socket
AF_INET, INADDR_ANY, INET_ADDRSTRLEN, INSTANCE, IPPROTO_TCP, SO_ACCEPTCONN, SO_BROADCAST, SO_DEBUG, SO_DONTROUTE, SO_ERROR, SO_KEEPALIVE, SO_OOBINLINE, SO_RCVBUF, SO_RCVLOWAT, SO_RCVTIMEO, SO_REUSEADDR, SO_SNDBUF, SO_SNDLOWAT, SO_SNDTIMEO, SO_TYPE, SOCK_DGRAM, SOCK_RAW, SOCK_STREAM, SOL_SOCKET, TCP_NODELAY
 
Constructor Summary
SocketImpl()
           
 
Method Summary
 int initConstInt(int index)
           
 
Methods inherited from class com.sun.squawk.platform.posix.natives.SocketImpl
accept, bind, connect, getsockopt, inet_ntop, inet_pton, listen, setsockopt, shutdown, socket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketImpl

public SocketImpl()
Method Detail

initConstInt

public int initConstInt(int index)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"