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,
Map<Long,BiFunction<io.netty.channel.Channel,Boolean,BoltProtocol>> 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,
Map<Long,BiFunction<io.netty.channel.Channel,Boolean,BoltProtocol>> 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–2017 The Neo4j Graph Database Project. All rights reserved.