public class SocketTransport extends Object implements NettyServer.ProtocolInitializer
| Constructor and Description |
|---|
SocketTransport(org.neo4j.helpers.ListenSocketAddress address,
io.netty.handler.ssl.SslContext sslCtx,
boolean encryptionRequired,
org.neo4j.logging.LogProvider logging,
BoltMessageLogging boltLogging,
Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> protocolVersions) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.helpers.ListenSocketAddress |
address() |
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> |
channelInitializer() |
public SocketTransport(org.neo4j.helpers.ListenSocketAddress address,
io.netty.handler.ssl.SslContext sslCtx,
boolean encryptionRequired,
org.neo4j.logging.LogProvider logging,
BoltMessageLogging boltLogging,
Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> protocolVersions)
public io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> channelInitializer()
channelInitializer in interface NettyServer.ProtocolInitializerpublic org.neo4j.helpers.ListenSocketAddress address()
address in interface NettyServer.ProtocolInitializerCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.