2010 FRC Java API


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

java.lang.Object
  extended by com.sun.squawk.platform.posix.natives.SocketImpl
      extended by com.sun.squawk.platform.posix.macosx.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 class com.sun.squawk.platform.posix.natives.SocketImpl
AF_INET, INADDR_ANY, INET_ADDRSTRLEN, IPPROTO_TCP, SO_ACCEPTCONN, SO_BROADCAST, SO_DEBUG, SO_DONTROUTE, SO_KEEPALIVE, SO_OOBINLINE, SO_REUSEADDR, SOCK_DGRAM, SOCK_RAW, SOCK_STREAM, SOL_SOCKET, TCP_NODELAY
 
Fields inherited from interface com.sun.squawk.platform.posix.natives.Socket
INSTANCE, SO_ERROR, SO_RCVBUF, SO_RCVLOWAT, SO_RCVTIMEO, SO_SNDBUF, SO_SNDLOWAT, SO_SNDTIMEO, SO_TYPE
 
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)

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.