public final class HttpStaticFileServerHandlerFactory extends Object implements HandlerFactory
| Constructor and Description |
|---|
HttpStaticFileServerHandlerFactory(List<String> forbiddenFileList) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandler |
create() |
DecoderEncoder |
getCodec() |
boolean |
isServer() |
public io.netty.channel.ChannelHandler create()
create in interface HandlerFactorypublic DecoderEncoder getCodec()
getCodec in interface HandlerFactorypublic boolean isServer()
isServer in interface HandlerFactoryCopyright © 2014–2016. All rights reserved.