public class BridgeRuntime extends HttpStaticFileServerHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
BridgeRuntime.State |
HTTP_CACHE_SECONDS, HTTP_DATE_FORMAT, HTTP_DATE_GMT_TIMEZONE, SERVICED, STATIC_MAPPING| Constructor and Description |
|---|
BridgeRuntime(Config config) |
| Modifier and Type | Method and Description |
|---|---|
ChannelBufferPool |
channelBufferPool() |
void |
channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
destroy() |
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
org.atmosphere.cpr.AtmosphereFramework |
framework() |
org.jboss.netty.channel.group.ChannelGroup |
httpChannels() |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent messageEvent) |
protected void |
sendError(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.codec.http.HttpResponseStatus status,
org.jboss.netty.channel.MessageEvent e) |
org.jboss.netty.channel.group.ChannelGroup |
websocketChannels() |
contentType, sanitizeUripublic BridgeRuntime(Config config)
public org.atmosphere.cpr.AtmosphereFramework framework()
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent messageEvent)
throws java.net.URISyntaxException,
java.io.IOException
messageReceived in class HttpStaticFileServerHandlerjava.net.URISyntaxExceptionjava.io.IOExceptionprotected void sendError(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.codec.http.HttpResponseStatus status,
org.jboss.netty.channel.MessageEvent e)
sendError in class HttpStaticFileServerHandlerpublic void destroy()
public void channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws java.lang.Exception
channelClosed in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerjava.lang.Exceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws java.lang.Exception
exceptionCaught in class HttpStaticFileServerHandlerjava.lang.Exceptionpublic org.jboss.netty.channel.group.ChannelGroup httpChannels()
public org.jboss.netty.channel.group.ChannelGroup websocketChannels()
public ChannelBufferPool channelBufferPool()
Copyright © 2018. All Rights Reserved.