| Package | Description |
|---|---|
| io.seata.core.rpc | |
| io.seata.core.rpc.netty |
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocolType |
TransportProtocolType.getType(String name)
Gets type.
|
static TransportProtocolType |
TransportProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocolType[] |
TransportProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected static TransportProtocolType |
NettyBaseConfig.TRANSPORT_PROTOCOL_TYPE
The constant TRANSPORT_PROTOCOL_TYPE.
|
Copyright © 2023 Seata. All rights reserved.