Uses of Interface
com.ocient.transport.SimplexTransport
Packages that use SimplexTransport
-
Uses of SimplexTransport in com.ocient.jdbc
Fields in com.ocient.jdbc with type parameters of type SimplexTransportModifier and TypeFieldDescriptionstatic final Map<String, SimplexTransportFactory<? extends SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf>>> XGConnection.DEFAULT_TRANSPORT_FACTORIESMethods in com.ocient.jdbc that return SimplexTransportModifier and TypeMethodDescriptionprotected SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf> XGConnection.getTransport()Method parameters in com.ocient.jdbc with type arguments of type SimplexTransportModifier and TypeMethodDescriptionstatic XGConnectionXGConnection.TEST_createConnection(XGConnectionInfo info, Map<String, SimplexTransportFactory<? extends SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf>>> transportFactories) static XGConnectionXGConnection.TEST_createConnection(String user, String pwd, String ip, int portNum, String url, String database, String protocolVersion, XGConnection.Tls tls, CaselessProperties hint_properties, Map<String, SimplexTransportFactory<? extends SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf>>> transportFactories) -
Uses of SimplexTransport in com.ocient.transport
Classes in com.ocient.transport with type parameters of type SimplexTransportModifier and TypeInterfaceDescriptioninterfaceSimplexTransportFactory<T extends SimplexTransport<?,?>> Classes in com.ocient.transport that implement SimplexTransportModifier and TypeClassDescriptionclassclassTransport implementation that implements the Ocient Wire Protocol V1. -
Uses of SimplexTransport in com.ocient.util
Classes in com.ocient.util that implement SimplexTransportModifier and TypeClassDescriptionclassRepresents a TCP connection to the backing server instance.Methods in com.ocient.util that return types with arguments of type SimplexTransportModifier and TypeMethodDescriptionCompletionStage<TransportResult<SimplexTransport<io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf>>> MockOcientCluster.connect(String host, int port, XGConnection.Tls tls, int connectTimeout)