com.caucho.vfs
Class InetAddressUtil

java.lang.Object
  extended by com.caucho.vfs.InetAddressUtil

@Module
public final class InetAddressUtil
extends java.lang.Object

Abstract socket to handle both normal sockets and bin/resin sockets.


Constructor Summary
InetAddressUtil()
           
 
Method Summary
static int createIpAddress(byte[] address, char[] buffer)
          Convert a system ip address to an actual address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetAddressUtil

public InetAddressUtil()
Method Detail

createIpAddress

public static int createIpAddress(byte[] address,
                                  char[] buffer)
Convert a system ip address to an actual address.