public abstract class NettyEndpoint extends Object implements WAMPEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected io.netty.channel.nio.NioEventLoopGroup |
eventLoopGroup |
protected SSLSettings |
sslSettings |
| Constructor and Description |
|---|
NettyEndpoint(NamedThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
WAMPOutputStream |
createOutputStream() |
boolean |
isEventLoop() |
void |
setSSLSettings(SSLSettings sslSettings) |
void |
submit(Runnable r) |
protected final io.netty.channel.nio.NioEventLoopGroup eventLoopGroup
protected SSLSettings sslSettings
public NettyEndpoint(NamedThreadFactory threadFactory)
public void setSSLSettings(SSLSettings sslSettings)
setSSLSettings in interface WAMPEndpointpublic boolean isEventLoop()
isEventLoop in interface WAMPEndpointpublic void submit(Runnable r)
submit in interface WAMPEndpointpublic WAMPOutputStream createOutputStream()
createOutputStream in interface WAMPEndpointCopyright © 2021. All rights reserved.