Uses of Class
org.teiid.transport.WireProtocol
-
Packages that use WireProtocol Package Description org.teiid.transport -
-
Uses of WireProtocol in org.teiid.transport
Methods in org.teiid.transport that return WireProtocol Modifier and Type Method Description WireProtocol
SocketConfiguration. getProtocol()
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.Methods in org.teiid.transport with parameters of type WireProtocol Modifier and Type Method Description void
SocketConfiguration. setProtocol(WireProtocol protocol)
-