Skip navigation links
C E G H I L N S T V W 

C

close() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolClient
 
close() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
close() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolClient
 
close() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolServer
 
connect() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolClient
 
connect() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolClient
 
copy() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
copy() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
 
createClient(URI) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
createClient(URI) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
 
createServer(URI) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
createServer(URI) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
 

E

execute(Runnable) - Method in class net.kuujo.copycat.vertx.VertxEventLoopExecutor
 

G

getAcceptBacklog() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns the accept backlog.
getConnectTimeout() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns the connection timeout.
getHost() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Returns the Vert.x host.
getPort() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Returns the Vert.x port.
getReceiveBufferSize() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns the receive buffer size.
getSendBufferSize() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns the send buffer size.
getVertx() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Returns the Vert.x instance.
getVertx() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns the Vert.x instance.

H

handle(Message<byte[]>) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
handler(ProtocolHandler) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
handler(ProtocolHandler) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolServer
 

I

isClientAuthRequired() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns whether client authentication is required.
isClientTrustAll() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns whether to trust all server certs.
isSsl() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Returns a boolean indicating whether SSL encryption is enabled.

L

listen() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
listen() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolServer
 

N

net.kuujo.copycat.vertx - package net.kuujo.copycat.vertx
 

S

setAcceptBacklog(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets the accept backlog.
setClientAuthRequired(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets whether client authentication is required.
setClientTrustAll(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets whether to trust all server certs.
setConnectTimeout(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets the connection timeout.
setHost(String) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Sets the Vert.x host.
setPort(int) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Sets the Vert.x port.
setReceiveBufferSize(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets the receive buffer size.
setSendBufferSize(int) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets the send buffer size.
setSsl(boolean) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets whether to use SSL encryption.
setVertx(Vertx) - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
Sets the Vert.x instance.
setVertx(Vertx) - Method in class net.kuujo.copycat.vertx.VertxTcpProtocol
Sets the Vert.x instance.

T

toString() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
toString() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolClient
 
toString() - Method in class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
toString() - Method in class net.kuujo.copycat.vertx.VertxEventLoopExecutor
 
toString() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolClient
 
toString() - Method in class net.kuujo.copycat.vertx.VertxTcpProtocolServer
 

V

VertxEventBusProtocol - Class in net.kuujo.copycat.vertx
Vert.x event bus protocol implementation.
VertxEventBusProtocol() - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
VertxEventBusProtocol(String) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
VertxEventBusProtocol(Map<String, Object>) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
VertxEventBusProtocol(String, int) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
VertxEventBusProtocol(Vertx) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocol
 
VertxEventBusProtocolClient - Class in net.kuujo.copycat.vertx
Vert.x event bus protocol client.
VertxEventBusProtocolClient(String, Vertx) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocolClient
 
VertxEventBusProtocolServer - Class in net.kuujo.copycat.vertx
Vert.x event bus protocol server.
VertxEventBusProtocolServer(String, Vertx) - Constructor for class net.kuujo.copycat.vertx.VertxEventBusProtocolServer
 
VertxEventLoopExecutor - Class in net.kuujo.copycat.vertx
Vert.x execution context.
VertxEventLoopExecutor(Vertx) - Constructor for class net.kuujo.copycat.vertx.VertxEventLoopExecutor
 
VertxEventLoopExecutor(Context) - Constructor for class net.kuujo.copycat.vertx.VertxEventLoopExecutor
 
VertxTcpProtocol - Class in net.kuujo.copycat.vertx
TCP based protocol.
VertxTcpProtocol() - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocol
 
VertxTcpProtocol(Vertx) - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocol
 
VertxTcpProtocol(Map<String, Object>) - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocol
 
VertxTcpProtocol(String) - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocol
 
VertxTcpProtocolClient - Class in net.kuujo.copycat.vertx
Vert.x TCP protocol client.
VertxTcpProtocolClient(String, int, VertxTcpProtocol) - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocolClient
 
VertxTcpProtocolServer - Class in net.kuujo.copycat.vertx
Vert.x TCP protocol server.
VertxTcpProtocolServer(String, int, VertxTcpProtocol) - Constructor for class net.kuujo.copycat.vertx.VertxTcpProtocolServer
 

W

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
 
C E G H I L N S T V W 
Skip navigation links

Copyright © 2013-2015. All Rights Reserved.