| Modifier and Type | Field and Description |
|---|---|
static ProtocolVersion |
ProtocolVersion.v0_10 |
static ProtocolVersion |
ProtocolVersion.v0_9 |
static ProtocolVersion |
ProtocolVersion.v0_91 |
static ProtocolVersion |
ProtocolVersion.v8_0 |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
ProtocolInitiation.checkVersion() |
static ProtocolVersion |
ProtocolVersion.defaultProtocolVersion() |
static ProtocolVersion |
ProtocolVersion.getLatestSupportedVersion() |
static ProtocolVersion |
ProtocolVersion.parse(String name) |
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<ProtocolVersion> |
ProtocolVersion.getSupportedProtocolVersions() |
| Modifier and Type | Method and Description |
|---|---|
static MethodRegistry |
MethodRegistry.getMethodRegistry(ProtocolVersion pv) |
| Constructor and Description |
|---|
MethodRegistry(ProtocolVersion pv) |
ProtocolInitiation(ProtocolVersion pv) |
| Constructor and Description |
|---|
MethodRegistry_0_9(ProtocolVersion pv) |
| Constructor and Description |
|---|
MethodRegistry_0_91(ProtocolVersion pv) |
| Constructor and Description |
|---|
MethodRegistry_8_0(ProtocolVersion pv) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
ProtocolVersionAware.getProtocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
static OutgoingNetworkTransport |
Transport.getOutgoingTransportInstance(ProtocolVersion protocolVersion) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.