Package

kafka

network

Permalink

package network

Visibility
  1. Public
  2. All

Type Members

  1. class BlockingChannel extends Logging

    Permalink

    A simple blocking channel with timeouts correctly enabled.

    A simple blocking channel with timeouts correctly enabled.

    Annotations
    @nonthreadsafe()
  2. trait ConnectionConfig extends AnyRef

    Permalink
  3. class ConnectionQuotas extends AnyRef

    Permalink
  4. class InvalidRequestException extends RuntimeException

    Permalink
  5. class RequestChannel extends KafkaMetricsGroup

    Permalink
  6. class RequestMetrics extends KafkaMetricsGroup

    Permalink
  7. class RequestOrResponseSend extends NetworkSend with Logging

    Permalink
  8. class SocketServer extends Logging with KafkaMetricsGroup

    Permalink

    An NIO socket server.

    An NIO socket server. The threading model is 1 Acceptor thread that handles new connections Acceptor has N Processor threads that each have their own selector and read requests from sockets M Handler threads that handle requests and produce responses back to the processor threads for writing.

  9. class TooManyConnectionsException extends KafkaException

    Permalink

Value Members

  1. object BlockingChannel

    Permalink
  2. object RequestChannel extends Logging

    Permalink
  3. object RequestMetrics

    Permalink
  4. object RequestOrResponseSend

    Permalink

Ungrouped