org.jboss.remoting.transport.socket
Class SocketUtil

java.lang.Object
  extended byorg.jboss.remoting.transport.socket.SocketUtil

public class SocketUtil
extends Object

SocketUtil is a set of socket-based utilities

Version:
$Revision: 1.1 $
Author:
Jeff Haynie

Constructor Summary
SocketUtil()
           
 
Method Summary
static int len(byte[] buf)
           
static byte[] pad(int len, int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketUtil

public SocketUtil()
Method Detail

pad

public static byte[] pad(int len,
                         int total)

len

public static int len(byte[] buf)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.