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 |
|---|---|
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() |
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) |
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 URISyntaxException,
IOException
messageReceived in class HttpStaticFileServerHandlerURISyntaxExceptionIOExceptionprotected 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 Exception
channelClosed in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws Exception
exceptionCaught in class HttpStaticFileServerHandlerExceptionCopyright © 2015. All Rights Reserved.