public class NettyLocalServer extends Object
| Constructor and Description |
|---|
NettyLocalServer(Class<? extends io.netty.channel.Channel> channelClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close() |
GelfInboundHandler |
getHandler() |
List<Object> |
getJsonValues() |
int |
getPort() |
void |
run() |
void |
run(io.netty.channel.ChannelInitializer<io.netty.channel.Channel> initializer) |
public NettyLocalServer(Class<? extends io.netty.channel.Channel> channelClass)
public void run(io.netty.channel.ChannelInitializer<io.netty.channel.Channel> initializer)
throws Exception
Exceptionpublic void close()
public GelfInboundHandler getHandler()
public void clear()
public int getPort()
Copyright © 2013–2023. All rights reserved.