Skip navigation links
A C D E F G H I N O P R S T U V W Z 

A

addFrameHandlers(ChannelPipeline, Optional<Protocol>, DataSize, boolean) - Method in enum com.facebook.drift.transport.netty.codec.Transport
 

C

channelInactive(ChannelHandlerContext) - Method in class com.facebook.drift.transport.netty.client.ThriftClientHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.facebook.drift.transport.netty.client.ThriftClientHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.facebook.drift.transport.netty.codec.HeaderCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class com.facebook.drift.transport.netty.codec.SimpleFrameCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class com.facebook.drift.transport.netty.server.ResponseOrderingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.facebook.drift.transport.netty.server.ThriftServerHandler
 
close() - Method in class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 
close() - Method in class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
com.facebook.drift.transport.netty.buffer - package com.facebook.drift.transport.netty.buffer
 
com.facebook.drift.transport.netty.client - package com.facebook.drift.transport.netty.client
 
com.facebook.drift.transport.netty.codec - package com.facebook.drift.transport.netty.codec
 
com.facebook.drift.transport.netty.server - package com.facebook.drift.transport.netty.server
 
com.facebook.drift.transport.netty.ssl - package com.facebook.drift.transport.netty.ssl
 
compositeDirectBuffer(int) - Method in class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 
compositeHeapBuffer(int) - Method in class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 
configure(Binder) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientModule
 
configure(Binder) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerModule
 
createMethodInvoker(I) - Method in class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
createProtocol(TTransport) - Method in enum com.facebook.drift.transport.netty.codec.Protocol
 
createServerTransport(ServerMethodInvoker) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerTransportFactory
 
createSslContextFactory(boolean, Duration, ScheduledExecutorService) - Static method in class com.facebook.drift.transport.netty.ssl.SslContextFactory
 
createStaticDriftNettyMethodInvokerFactory(DriftNettyClientConfig) - Static method in class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
createStaticDriftNettyMethodInvokerFactory(DriftNettyClientConfig, ByteBufAllocator) - Static method in class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.facebook.drift.transport.netty.server.OptionalSslHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.facebook.drift.transport.netty.server.ThriftProtocolDetection
 
decodeFrame(ByteBufAllocator, ByteBuf) - Static method in class com.facebook.drift.transport.netty.codec.HeaderTransport
Decodes the ByteBuf into a HeaderFrame transferring the reference ownership.
DriftNettyClientConfig - Class in com.facebook.drift.transport.netty.client
 
DriftNettyClientConfig() - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
DriftNettyClientModule - Class in com.facebook.drift.transport.netty.client
 
DriftNettyClientModule() - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyClientModule
 
DriftNettyClientModule(ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyClientModule
 
DriftNettyConnectionFactoryConfig - Class in com.facebook.drift.transport.netty.client
 
DriftNettyConnectionFactoryConfig() - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
DriftNettyMethodInvokerFactory<I> - Class in com.facebook.drift.transport.netty.client
 
DriftNettyMethodInvokerFactory(DriftNettyConnectionFactoryConfig, Function<I, DriftNettyClientConfig>) - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
DriftNettyMethodInvokerFactory(DriftNettyConnectionFactoryConfig, Function<I, DriftNettyClientConfig>, ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
DriftNettyServerConfig - Class in com.facebook.drift.transport.netty.server
 
DriftNettyServerConfig() - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
DriftNettyServerModule - Class in com.facebook.drift.transport.netty.server
 
DriftNettyServerModule() - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerModule
 
DriftNettyServerModule(ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerModule
 
DriftNettyServerTransport - Class in com.facebook.drift.transport.netty.server
 
DriftNettyServerTransport(ServerMethodInvoker, DriftNettyServerConfig) - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerTransport
 
DriftNettyServerTransport(ServerMethodInvoker, DriftNettyServerConfig, ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerTransport
 
DriftNettyServerTransportFactory - Class in com.facebook.drift.transport.netty.server
 
DriftNettyServerTransportFactory(DriftNettyServerConfig) - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerTransportFactory
 
DriftNettyServerTransportFactory(DriftNettyServerConfig, ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.server.DriftNettyServerTransportFactory
 

E

encodeFrame(ByteBufAllocator, ThriftFrame) - Static method in class com.facebook.drift.transport.netty.codec.HeaderTransport
Encodes the HeaderFrame into a ByteBuf transferring the reference ownership.
equals(Object) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientModule
 
equals(Object) - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
equals(Object) - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.facebook.drift.transport.netty.client.ThriftClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.facebook.drift.transport.netty.server.ThriftServerHandler
 

F

FrameInfo - Class in com.facebook.drift.transport.netty.codec
 
FrameInfo(String, byte, int, Transport, Protocol, boolean) - Constructor for class com.facebook.drift.transport.netty.codec.FrameInfo
 
FrameTooLargeException - Exception in com.facebook.drift.transport.netty.codec
 
FrameTooLargeException(Optional<FrameInfo>, long, int) - Constructor for exception com.facebook.drift.transport.netty.codec.FrameTooLargeException
 
fromId(int) - Static method in enum com.facebook.drift.transport.netty.codec.ThriftHeaderTransform
 

G

get() - Method in class com.facebook.drift.transport.netty.ssl.ReloadableSslContext
 
get(File, Optional<File>, Optional<File>, Optional<String>, long, Duration, List<String>) - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory
 
get(SslContextFactory.SslContextParameters) - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory
 
getAcceptBacklog() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getBuffer() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
getCiphers() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getCiphers() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getCiphers() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getClientCertificatesFile() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getConnectionManager(I, DriftNettyClientConfig) - Method in class com.facebook.drift.transport.netty.client.DriftNettyMethodInvokerFactory
 
getConnectionPoolEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getConnectionPoolIdleTimeout() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getConnectionPoolIdleTimeout() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getConnectionPoolMaxConnectionsPerDestination() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getConnectionPoolMaxConnectionsPerDestination() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getConnectionPoolMaxSize() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getConnectionPoolMaxSize() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getConnectTimeout() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getFrameInfo() - Method in exception com.facebook.drift.transport.netty.codec.FrameTooLargeException
 
getHeaders() - Method in class com.facebook.drift.transport.netty.client.ThriftClientHandler.ThriftRequest
 
getHeaders() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getHeaderTransportId() - Method in enum com.facebook.drift.transport.netty.codec.Protocol
 
getId() - Method in enum com.facebook.drift.transport.netty.codec.ThriftHeaderTransform
 
getIoThreadCount() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getKey() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getKey() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getKeyPassword() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getKeyPassword() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getMaxFrameSize() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getMaxFrameSize() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getMessage() - Method in exception com.facebook.drift.transport.netty.codec.FrameTooLargeException
 
getMessage() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getMessageTransformer() - Method in enum com.facebook.drift.transport.netty.codec.ThriftHeaderTransform
 
getMessageType() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
getMethodName() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
getPort() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getPort() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerTransport
 
getPrivateKeyFile() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getPrivateKeyPassword() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getProtocol() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getProtocol() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
getProtocol() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getProtocolByHeaderTransportId(int) - Static method in enum com.facebook.drift.transport.netty.codec.Protocol
 
getRequestTimeout() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getRequestTimeout() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getSequenceId() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
getSequenceId() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getSessionCacheSize() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getSessionCacheSize() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getSessionCacheSize() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getSessionTimeout() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getSessionTimeout() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getSessionTimeout() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getSocksProxy() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getSocksProxy() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getSslContextRefreshTime() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getSslContextRefreshTime() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getThreadCount() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
getTransforms() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getTransport() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getTransport() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
getTransport() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
getTrustCertificate() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
getTrustCertificate() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
getTrustCertificatesFile() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
getWorkerThreadCount() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 

H

hashCode() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientModule
 
hashCode() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
hashCode() - Method in class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
HeaderCodec - Class in com.facebook.drift.transport.netty.codec
 
HeaderCodec() - Constructor for class com.facebook.drift.transport.netty.codec.HeaderCodec
 
HeaderTransport - Class in com.facebook.drift.transport.netty.codec
 

I

initChannel(SocketChannel) - Method in class com.facebook.drift.transport.netty.server.ThriftServerInitializer
 
isAllowPlaintext() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
isAssumeClientsSupportOutOfOrderResponses() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
isConnectionPoolEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
isNativeTransportEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
isNativeTransportEnabled() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
isReuseAddressEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
isSslEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
isSslEnabled() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
isSupportOutOfOrderResponse() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
isSupportOutOfOrderResponse() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
isTcpNoDelayEnabled() - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 

N

newDirectBuffer(int, int) - Method in class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 

O

OptionalSslHandler - Class in com.facebook.drift.transport.netty.server
 
OptionalSslHandler(SslContext) - Constructor for class com.facebook.drift.transport.netty.server.OptionalSslHandler
 

P

Protocol - Enum in com.facebook.drift.transport.netty.codec
 

R

read(byte[], int, int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
read(byte[], int, int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
refCnt() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
refCnt() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
refCnt() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
release() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
release(int) - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
release() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
release(int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
release() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
release(int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
reload() - Method in class com.facebook.drift.transport.netty.ssl.ReloadableSslContext
 
ReloadableSslContext - Class in com.facebook.drift.transport.netty.ssl
 
ReloadableSslContext(boolean, File, Optional<File>, Optional<File>, Optional<String>, long, Duration, List<String>) - Constructor for class com.facebook.drift.transport.netty.ssl.ReloadableSslContext
 
ResponseOrderingHandler - Class in com.facebook.drift.transport.netty.server
 
ResponseOrderingHandler() - Constructor for class com.facebook.drift.transport.netty.server.ResponseOrderingHandler
 
retain() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
retain(int) - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
retain() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
retain(int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
retain() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
retain(int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 

S

setAcceptBacklog(int) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
Sets the number of pending connections that the ServerSocket will queue up before the server process can actually accept them.
setAllowPlaintext(boolean) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setAssumeClientsSupportOutOfOrderResponses(boolean) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setCiphers(String) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setCiphers(String) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setConnectionPoolEnabled(Boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setConnectionPoolEnabled(boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setConnectionPoolIdleTimeout(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setConnectionPoolIdleTimeout(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setConnectionPoolMaxConnectionsPerDestination(Integer) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setConnectionPoolMaxConnectionsPerDestination(int) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setConnectionPoolMaxSize(Integer) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setConnectionPoolMaxSize(int) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setConnectTimeout(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setIoThreadCount(int) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setKey(File) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setKey(File) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setKeyPassword(String) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setKeyPassword(String) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setMaxFrameSize(DataSize) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setMaxFrameSize(DataSize) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setNativeTransportEnabled(boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setNativeTransportEnabled(boolean) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setPort(int) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setProtocol(Protocol) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setRequestTimeout(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setRequestTimeout(Duration) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setReuseAddressEnabled(boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setSessionCacheSize(long) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setSessionCacheSize(long) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setSessionTimeout(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setSessionTimeout(Duration) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setSocksProxy(HostAndPort) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setSocksProxy(HostAndPort) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setSslContextRefreshTime(Duration) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setSslContextRefreshTime(Duration) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setSslEnabled(boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setSslEnabled(boolean) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setTcpNoDelayEnabled(boolean) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setThreadCount(int) - Method in class com.facebook.drift.transport.netty.client.DriftNettyConnectionFactoryConfig
 
setTransport(Transport) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setTrustCertificate(File) - Method in class com.facebook.drift.transport.netty.client.DriftNettyClientConfig
 
setTrustCertificate(File) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
setWorkerThreadCount(int) - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerConfig
 
shutdown() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerTransport
 
SimpleFrameCodec - Class in com.facebook.drift.transport.netty.codec
 
SimpleFrameCodec(Transport, Protocol, boolean) - Constructor for class com.facebook.drift.transport.netty.codec.SimpleFrameCodec
 
SimpleFrameInfoDecoder - Class in com.facebook.drift.transport.netty.codec
 
SimpleFrameInfoDecoder(Transport, Protocol, boolean) - Constructor for class com.facebook.drift.transport.netty.codec.SimpleFrameInfoDecoder
 
SslContextFactory - Class in com.facebook.drift.transport.netty.ssl
 
SslContextFactory.SslContextParameters - Class in com.facebook.drift.transport.netty.ssl
 
SslContextParameters(File, Optional<File>, Optional<File>, Optional<String>, long, Duration, List<String>) - Constructor for class com.facebook.drift.transport.netty.ssl.SslContextFactory.SslContextParameters
 
start() - Method in class com.facebook.drift.transport.netty.server.DriftNettyServerTransport
 

T

TChannelBufferInputTransport - Class in com.facebook.drift.transport.netty.ssl
 
TChannelBufferInputTransport(ByteBuf) - Constructor for class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
TChannelBufferOutputTransport - Class in com.facebook.drift.transport.netty.ssl
 
TChannelBufferOutputTransport(ByteBufAllocator) - Constructor for class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
TChannelBufferOutputTransport(ByteBuf) - Constructor for class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
TestingPooledByteBufAllocator - Class in com.facebook.drift.transport.netty.buffer
This is a custom ByteBufAllocator that tracks outstanding allocations and throws from the close() method if it detects any leaked buffers.
TestingPooledByteBufAllocator() - Constructor for class com.facebook.drift.transport.netty.buffer.TestingPooledByteBufAllocator
 
ThriftClientHandler - Class in com.facebook.drift.transport.netty.client
 
ThriftClientHandler.ThriftRequest - Class in com.facebook.drift.transport.netty.client
 
ThriftFrame - Class in com.facebook.drift.transport.netty.codec
 
ThriftFrame(int, ByteBuf, Map<String, String>, List<ThriftHeaderTransform>, Transport, Protocol, boolean) - Constructor for class com.facebook.drift.transport.netty.codec.ThriftFrame
 
ThriftHeaderTransform - Enum in com.facebook.drift.transport.netty.codec
 
ThriftProtocolDetection - Class in com.facebook.drift.transport.netty.server
 
ThriftProtocolDetection(ThriftServerHandler, DataSize, boolean) - Constructor for class com.facebook.drift.transport.netty.server.ThriftProtocolDetection
 
ThriftRequest(MethodMetadata, List<Object>, Map<String, String>) - Constructor for class com.facebook.drift.transport.netty.client.ThriftClientHandler.ThriftRequest
 
ThriftServerHandler - Class in com.facebook.drift.transport.netty.server
 
ThriftServerHandler(ServerMethodInvoker, Duration, ScheduledExecutorService) - Constructor for class com.facebook.drift.transport.netty.server.ThriftServerHandler
 
ThriftServerInitializer - Class in com.facebook.drift.transport.netty.server
 
ThriftServerInitializer(ServerMethodInvoker, DataSize, Duration, Optional<Supplier<SslContext>>, boolean, boolean, ScheduledExecutorService) - Constructor for class com.facebook.drift.transport.netty.server.ThriftServerInitializer
 
toString() - Method in class com.facebook.drift.transport.netty.codec.FrameInfo
 
touch() - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
touch(Object) - Method in class com.facebook.drift.transport.netty.codec.ThriftFrame
 
touch() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
touch(Object) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
touch() - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
touch(Object) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 
transform(ByteBufAllocator, ByteBuf) - Method in class com.facebook.drift.transport.netty.codec.ZlibTransformer
 
Transport - Enum in com.facebook.drift.transport.netty.codec
 
tryDecodeFrameInfo(ByteBufAllocator, ByteBuf) - Static method in class com.facebook.drift.transport.netty.codec.HeaderTransport
 
tryDecodeFrameInfo(ByteBufAllocator, ByteBuf) - Method in class com.facebook.drift.transport.netty.codec.SimpleFrameInfoDecoder
 
tryUntransform(ByteBufAllocator, ByteBuf, int) - Method in class com.facebook.drift.transport.netty.codec.ZlibTransformer
 

U

untransform(ByteBufAllocator, ByteBuf) - Method in class com.facebook.drift.transport.netty.codec.ZlibTransformer
 

V

valueOf(String) - Static method in enum com.facebook.drift.transport.netty.codec.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.drift.transport.netty.codec.ThriftHeaderTransform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.drift.transport.netty.codec.Transport
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.drift.transport.netty.codec.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.drift.transport.netty.codec.ThriftHeaderTransform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.drift.transport.netty.codec.Transport
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.facebook.drift.transport.netty.client.ThriftClientHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.facebook.drift.transport.netty.codec.HeaderCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.facebook.drift.transport.netty.codec.SimpleFrameCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.facebook.drift.transport.netty.server.ResponseOrderingHandler
 
write(byte[], int, int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferInputTransport
 
write(byte[], int, int) - Method in class com.facebook.drift.transport.netty.ssl.TChannelBufferOutputTransport
 

Z

ZLIB_TRANSFORMER - Static variable in class com.facebook.drift.transport.netty.codec.ZlibTransformer
 
ZlibTransformer - Class in com.facebook.drift.transport.netty.codec
 
ZlibTransformer(int) - Constructor for class com.facebook.drift.transport.netty.codec.ZlibTransformer
 
A C D E F G H I N O P R S T U V W Z 
Skip navigation links

Copyright © 2012–2024. All rights reserved.