| Interface | Description |
|---|---|
| BoltProtocol |
Implementations define a versioned implementation of the Bolt Protocol.
|
| NettyServer.ProtocolInitializer |
Describes how to initialize new channels for a protocol, and which address the protocol should be bolted into.
|
| Class | Description |
|---|---|
| Netty4LoggerFactory |
This class replaces Nettys regular logging system, injecting our own.
|
| NettyServer |
Simple wrapper around Netty boss and selector threads, which allows multiple ports and protocols to be handled
by the same set of common worker threads.
|
| ProtocolChooser |
Manages the state for choosing the protocol version to use.
|
| SocketTransport |
Implements a transport for the Neo4j Messaging Protocol that uses good old regular sockets.
|
| SocketTransportHandler |
Handles incoming chunks of data for a given client channel.
|
| TransportSelectionHandler | |
| WebSocketFrameTranslator |
Translates websocket frames to bytebufs, and bytebufs to frames.
|
| Enum | Description |
|---|---|
| HandshakeOutcome |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.