Liferay 7.0-ce-b4

com.liferay.portal.kernel.nio.intraband
Class IntrabandTestUtil

java.lang.Object
  extended by com.liferay.portal.kernel.nio.intraband.IntrabandTestUtil

public class IntrabandTestUtil
extends Object


Constructor Summary
IntrabandTestUtil()
           
 
Method Summary
static void assertMessageStartWith(LogRecord logRecord, String messagePrefix)
           
static
<T> T
createProxy(Class<?>... interfaces)
           
static SocketChannel[] createSocketChannelPeers()
           
static Datagram readDatagramFully(ScatteringByteChannel scatteringByteChannel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrabandTestUtil

public IntrabandTestUtil()
Method Detail

assertMessageStartWith

public static void assertMessageStartWith(LogRecord logRecord,
                                          String messagePrefix)

createProxy

public static <T> T createProxy(Class<?>... interfaces)

createSocketChannelPeers

public static SocketChannel[] createSocketChannelPeers()
                                                throws IOException
Throws:
IOException

readDatagramFully

public static Datagram readDatagramFully(ScatteringByteChannel scatteringByteChannel)
                                  throws IOException
Throws:
IOException

Liferay 7.0-ce-b4