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.UnknownHostException
java.io.IOException
public IpsSocket writeAndExpect(org.vertx.java.core.buffer.Buffer b, java.lang.String... expectations) throws java.io.IOException
java.io.IOException
public RawDataHandler getLines()
public void waitForAll()
public void close() throws java.io.IOException
java.io.IOException
public void write(org.vertx.java.core.buffer.Buffer b) throws java.io.IOException
java.io.IOException
Copyright © 2021. All Rights Reserved.