Uses of Class
jnr.unixsocket.UnixSocketAddress

Packages that use UnixSocketAddress
jnr.unixsocket   
 

Uses of UnixSocketAddress in jnr.unixsocket
 

Methods in jnr.unixsocket that return UnixSocketAddress
 UnixSocketAddress UnixSocketChannel.getLocalSocketAddress()
           
 UnixSocketAddress UnixSocketChannel.getRemoteSocketAddress()
           
 

Methods in jnr.unixsocket with parameters of type UnixSocketAddress
 boolean UnixSocketChannel.connect(UnixSocketAddress remote)
           
static UnixSocketChannel UnixSocketChannel.open(UnixSocketAddress remote)
           
 



Copyright © 2012. All Rights Reserved.