| Package | Description |
|---|---|
| as.leap.vertx.rpc | |
| as.leap.vertx.rpc.impl |
| Modifier and Type | Method and Description |
|---|---|
static WireProtocol |
WireProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireProtocol[] |
WireProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WireProtocol |
RPCServerOptions.getWireProtocol() |
WireProtocol |
RPCClientOptions.getWireProtocol() |
| Modifier and Type | Method and Description |
|---|---|
RPCServerOptions |
RPCServerOptions.setWireProtocol(WireProtocol wireProtocol) |
RPCClientOptions<T> |
RPCClientOptions.setWireProtocol(WireProtocol wireProtocol) |
Copyright © 2015. All rights reserved.