public final class IpsSocket
extends java.lang.Object
| Constructor and Description |
|---|
IpsSocket(java.lang.String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RawDataHandler |
getLines() |
void |
waitForAll() |
void |
write(org.vertx.java.core.buffer.Buffer b) |
IpsSocket |
writeAndExpect(org.vertx.java.core.buffer.Buffer b,
java.lang.String... expectations) |
public IpsSocket(java.lang.String host,
int port)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IpsSocket writeAndExpect(org.vertx.java.core.buffer.Buffer b, java.lang.String... expectations) throws java.io.IOException
java.io.IOExceptionpublic RawDataHandler getLines()
public void waitForAll()
public void close()
throws java.io.IOException
java.io.IOExceptionpublic void write(org.vertx.java.core.buffer.Buffer b)
throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.