| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Socket.sockaddr_in | |
|---|---|
| com.sun.squawk.platform.posix.natives | |
| Uses of Socket.sockaddr_in in com.sun.squawk.platform.posix.natives | 
|---|
| Methods in com.sun.squawk.platform.posix.natives with parameters of type Socket.sockaddr_in | |
|---|---|
|  int | Socket.accept(int socket,
       Socket.sockaddr_in remoteAddress,
       IntByReference address_len)accept a connection from a client | 
|  int | SocketImpl.accept(int arg0,
       Socket.sockaddr_in arg1,
       IntByReference arg2) | 
|  int | Socket.bind(int socket,
     Socket.sockaddr_in myaddress,
     int address_len)bind a socket to a port | 
|  int | SocketImpl.bind(int arg0,
     Socket.sockaddr_in arg1,
     int arg2) | 
|  int | Socket.connect(int socket,
        Socket.sockaddr_in address,
        int address_len)initiate a connection on a socket. | 
|  int | SocketImpl.connect(int arg0,
        Socket.sockaddr_in arg1,
        int arg2) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||