Class Hierarchy
- java.lang.Object
- com.lucimber.dbus.connection.AbstractDuplexHandler (implements com.lucimber.dbus.connection.InboundHandler, com.lucimber.dbus.connection.OutboundHandler)
- com.lucimber.dbus.connection.AbstractInboundHandler (implements com.lucimber.dbus.connection.InboundHandler)
- com.lucimber.dbus.connection.AbstractOutboundHandler (implements com.lucimber.dbus.connection.OutboundHandler)
- com.lucimber.dbus.netty.sasl.AnonymousSaslMechanism (implements com.lucimber.dbus.netty.sasl.SaslMechanism)
- com.lucimber.dbus.codec.decoder.ArrayDecoder<ValueT> (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.ArrayEncoder<E> (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.netty.sasl.AuthorizationIdResolver
- com.lucimber.dbus.codec.decoder.BooleanDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.BooleanEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.util.ByteBufferPool
- com.lucimber.dbus.util.ByteBufferPoolManager
- com.lucimber.dbus.codec.decoder.ByteDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.ByteEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- com.lucimber.dbus.connection.ConnectionConfig
- com.lucimber.dbus.connection.ConnectionConfig.Builder
- com.lucimber.dbus.connection.ConnectionEvent
- com.lucimber.dbus.connection.ConnectionEvent.Builder
- com.lucimber.dbus.connection.ConnectionLifecycleManager
- com.lucimber.dbus.connection.ConnectionStrategyRegistry
- com.lucimber.dbus.connection.ConnectionThreadPoolManager
- com.lucimber.dbus.netty.sasl.CookieSaslMechanism (implements com.lucimber.dbus.netty.sasl.SaslMechanism)
- com.lucimber.dbus.type.DBusArray<ElementT> (implements com.lucimber.dbus.type.DBusContainerType, java.util.List<E>)
- com.lucimber.dbus.type.DBusBoolean (implements com.lucimber.dbus.type.DBusBasicType)
- com.lucimber.dbus.type.DBusDict<KeyT,ValueT> (implements com.lucimber.dbus.type.DBusContainerType, java.util.Map<K,V>)
- com.lucimber.dbus.type.DBusDictEntry<KeyT,ValueT> (implements com.lucimber.dbus.type.DBusContainerType, java.util.Map.Entry<K,V>)
- com.lucimber.dbus.netty.DBusHandlerConfiguration
- com.lucimber.dbus.netty.DBusHandlerNames
- com.lucimber.dbus.type.DBusObjectPath (implements com.lucimber.dbus.type.DBusBasicType)
- com.lucimber.dbus.util.DBusPromise<T>
- com.lucimber.dbus.type.DBusSignature (implements com.lucimber.dbus.type.DBusBasicType)
- com.lucimber.dbus.type.DBusString (implements com.lucimber.dbus.type.DBusBasicType)
- com.lucimber.dbus.type.DBusStruct (implements com.lucimber.dbus.type.DBusContainerType)
- com.lucimber.dbus.type.DBusUnixFD (implements com.lucimber.dbus.type.DBusBasicType)
- com.lucimber.dbus.type.DBusVariant (implements com.lucimber.dbus.type.DBusContainerType)
- com.lucimber.dbus.codec.decoder.DecoderResultImpl<ValueT> (implements com.lucimber.dbus.codec.decoder.DecoderResult<ValueT>)
- com.lucimber.dbus.codec.decoder.DecoderUtils
- com.lucimber.dbus.codec.decoder.DefaultDecoderFactory (implements com.lucimber.dbus.codec.decoder.DecoderFactory)
- com.lucimber.dbus.codec.encoder.DefaultEncoderFactory (implements com.lucimber.dbus.codec.encoder.EncoderFactory)
- com.lucimber.dbus.connection.DefaultPipeline (implements com.lucimber.dbus.connection.Pipeline)
- com.lucimber.dbus.codec.decoder.DictDecoder<KeyT,ValueT> (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.DictEncoder<KeyT,ValueT> (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.DictEntryDecoder<KeyT,ValueT> (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.DictEntryEncoder<KeyT,ValueT> (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.DoubleDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.DoubleEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.connection.DummyConnection (implements com.lucimber.dbus.connection.Connection)
- com.lucimber.dbus.connection.DummyConnection.Builder
- com.lucimber.dbus.codec.encoder.EncoderResultImpl<T> (implements com.lucimber.dbus.codec.encoder.EncoderResult<BufferT>)
- com.lucimber.dbus.codec.encoder.EncoderUtils
- com.lucimber.dbus.util.ErrorRecoveryManager
- com.lucimber.dbus.util.ErrorRecoveryManager.CircuitBreaker
- com.lucimber.dbus.util.ErrorRecoveryManager.CircuitBreakerConfig
- com.lucimber.dbus.util.ErrorRecoveryManager.CircuitBreakerConfig.Builder
- com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig
- com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig.Builder
- com.lucimber.dbus.netty.sasl.ExternalSaslMechanism (implements com.lucimber.dbus.netty.sasl.SaslMechanism)
- com.lucimber.dbus.util.FrameRecoveryManager
- com.lucimber.dbus.util.FrameRecoveryManager.FrameAnalysis
- com.lucimber.dbus.util.FrameRecoveryManager.FrameDiagnostic
- com.lucimber.dbus.util.FrameRecoveryManager.FrameStatistics
- com.lucimber.dbus.util.HeaderFieldExtractor
- com.lucimber.dbus.message.InboundError (implements com.lucimber.dbus.message.InboundReply)
- com.lucimber.dbus.message.InboundError.Builder
- com.lucimber.dbus.message.InboundMethodCall (implements com.lucimber.dbus.message.InboundMessage)
- com.lucimber.dbus.message.InboundMethodCall.Builder
- com.lucimber.dbus.message.InboundMethodReturn (implements com.lucimber.dbus.message.InboundReply)
- com.lucimber.dbus.message.InboundMethodReturn.Builder
- com.lucimber.dbus.message.InboundSignal (implements com.lucimber.dbus.message.InboundMessage)
- com.lucimber.dbus.message.InboundSignal.Builder
- com.lucimber.dbus.codec.decoder.Int16Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.Int16Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.Int32Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.Int32Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.Int64Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.Int64Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.util.LoggerUtils
- com.lucimber.dbus.util.MemoryOptimizer
- com.lucimber.dbus.util.MessageBatcher
- com.lucimber.dbus.netty.NettyConnection (implements com.lucimber.dbus.connection.Connection)
- com.lucimber.dbus.netty.NettyConnectionHandle (implements com.lucimber.dbus.connection.ConnectionHandle)
- com.lucimber.dbus.netty.NettyTcpStrategy (implements com.lucimber.dbus.connection.ConnectionStrategy)
- com.lucimber.dbus.netty.NettyUnixSocketStrategy (implements com.lucimber.dbus.connection.ConnectionStrategy)
- java.lang.Number (implements java.io.Serializable)
- com.lucimber.dbus.codec.decoder.ObjectPathDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.ObjectPathEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.message.OutboundError (implements com.lucimber.dbus.message.OutboundReply)
- com.lucimber.dbus.message.OutboundError.Builder
- com.lucimber.dbus.message.OutboundMethodCall (implements com.lucimber.dbus.message.OutboundMessage)
- com.lucimber.dbus.message.OutboundMethodCall.Builder
- com.lucimber.dbus.message.OutboundMethodReturn (implements com.lucimber.dbus.message.OutboundReply)
- com.lucimber.dbus.message.OutboundMethodReturn.Builder
- com.lucimber.dbus.message.OutboundSignal (implements com.lucimber.dbus.message.OutboundMessage)
- com.lucimber.dbus.message.OutboundSignal.Builder
- com.lucimber.dbus.connection.sasl.SaslMessage
- com.lucimber.dbus.util.SaslUtils
- com.lucimber.dbus.proxy.ServiceProxy
- com.lucimber.dbus.codec.decoder.SignatureDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.SignatureEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.StringDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.StringEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.StructDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.StructEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- java.lang.Throwable (implements java.io.Serializable)
- com.lucimber.dbus.type.TypeUtils
- com.lucimber.dbus.codec.decoder.UInt16Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.UInt16Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.UInt32Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.UInt32Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.UInt64Decoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.UInt64Encoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.UnixFdDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.UnixFdEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.codec.decoder.VariantDecoder (implements com.lucimber.dbus.codec.decoder.Decoder<BufferT,ValueT>)
- com.lucimber.dbus.codec.encoder.VariantEncoder (implements com.lucimber.dbus.codec.encoder.Encoder<ValueT,BufferT>)
- com.lucimber.dbus.netty.WriteOperationListener<T> (implements io.netty.util.concurrent.GenericFutureListener<F>)
Annotation Interface Hierarchy