public class IntrabandTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
IntrabandTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertMessageStartWith(java.util.logging.LogRecord logRecord,
java.lang.String messagePrefix) |
static <T> T |
createProxy(java.lang.Class<?>... interfaces) |
static java.nio.channels.SocketChannel[] |
createSocketChannelPeers() |
static Datagram |
readDatagramFully(java.nio.channels.ScatteringByteChannel scatteringByteChannel) |
public static void assertMessageStartWith(java.util.logging.LogRecord logRecord,
java.lang.String messagePrefix)
public static <T> T createProxy(java.lang.Class<?>... interfaces)
public static java.nio.channels.SocketChannel[] createSocketChannelPeers()
throws java.io.IOException
java.io.IOExceptionpublic static Datagram readDatagramFully(java.nio.channels.ScatteringByteChannel scatteringByteChannel) throws java.io.IOException
java.io.IOException