- withAcceptBacklog(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets the accept backlog, returning the protocol for method chaining.
- withClientAuthRequired(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets whether client authentication is required.
- withClientTrustAll(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets whether to trust all server certs, returning the protocol for method chaining.
- withConnectTimeout(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets the connection timeout, returning the protocol for method chaining.
- withHost(String) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
-
Sets the Vert.x host, returning the event bus protocol for method chaining.
- withPort(int) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
-
Sets the Vert.x port, returning the protocol for method chaining.
- withReceiveBufferSize(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets the receive buffer size, returning the protocol for method chaining.
- withSendBufferSize(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets the send buffer size, returning the protocol for method chaining.
- withSsl(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets whether to use SSL encryption, returning the protocol for method chaining.
- withVertx(Vertx) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
-
Sets the Vert.x instance, returning the protocol for method chaining.
- withVertx(Vertx) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
-
Sets the Vert.x instance, returning the configuration for method chaining.
- write(ByteBuffer) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolClient
-
- write(ByteBuffer) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolClient
-