# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create a TCompactProtocol given a TTransport.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewThriftHandlerFunc is a function that create a ready to use Apache Thrift Handler function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: Use NewTHttpClient instead.
Deprecated: Use NewTHttpClientTransportFactory instead.
Deprecated: Use NewTHttpClientTransportFactoryWithOptions instead.
Deprecated: Use NewTHttpClientWithOptions instead.
Constructor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Wraps Transport to provide TRichTransport interface.
No description provided by the author
No description provided by the author
Creates a TServerSocket from a net.Addr.
No description provided by the author
Constructor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTSocket creates a net.Conn-backed TTransport, given a host and port
Example: trans, err := thrift.NewTSocket("localhost:9090").
Creates a TSocket from a net.Addr.
Creates a TSocket from an existing net.Conn.
NewTSocketTimeout creates a net.Conn-backed TTransport, given a host and port it also accepts a timeout as a time.Duration.
No description provided by the author
No description provided by the author
NewTSSLSocket creates a net.Conn-backed TTransport, given a host and port and tls Configuration
Example: trans, err := thrift.NewTSSLSocket("localhost:9090", nil).
Creates a TSSLSocket from a net.Addr.
Creates a TSSLSocket from an existing net.Conn.
NewTSSLSocketTimeout creates a net.Conn-backed TTransport, given a host and port it also accepts a tls Configuration and a timeout as a time.Duration.
TStandardClient implements TClient, and uses the standard message format for Thrift.
No description provided by the author
No description provided by the author
No description provided by the author
NewTZlibTransport constructs a new instance of TZlibTransport.
NewTZlibTransportFactory constructs a new instance of NewTZlibTransportFactory.
NewTZlibTransportFactory constructs a new instance of TZlibTransportFactory as a wrapper over existing transport factory.
Prepends additional information to an error without losing the Thrift exception interface.
Skips over the next data element from the provided input TProtocol object.
Skips over the next data element from the provided input TProtocol object.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The maximum recursive depth the skip() function will traverse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
Default to using the shared http client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
StreamTransport is a Transport made of an io.Reader and/or an io.Writer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JSON protocol implementation for thrift.
Factory.
Memory buffer-based implementation of the TTransport interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JSON protocol implementation for thrift.
Factory.
* This is not a typical TSimpleServer as it is not blocked after accept a socket.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TZlibTransport is a TTransport implementation that makes use of zlib compression.
TZlibTransportFactory is a factory for TZlibTransport instances.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Application level Thrift exception.
No description provided by the author
Generic Thrift exception.
A processor is a generic object which operates upon an input stream and writes to some output stream.
The default processor factory just returns a singleton instance.
No description provided by the author
*
* The default processor factory just returns a singleton
* instance.
No description provided by the author
Thrift Protocol exception.
Factory interface for constructing protocol instances.
This is "enchanced" transport with extra capabilities.
No description provided by the author
Server transport.
No description provided by the author
Encapsulates the I/O layer.
Thrift Transport exception.
Factory class used to create wrapped instance of Transports.
# Type aliases
Message type constants in the Thrift protocol.
Type constants in the Thrift protocol.