Class WebSocketAuthorizationHandler
- java.lang.Object
 - 
- io.netty.channel.ChannelHandlerAdapter
 - 
- io.netty.channel.ChannelInboundHandlerAdapter
 - 
- org.apache.tinkerpop.gremlin.server.handler.WebSocketAuthorizationHandler
 
 
 
 
- 
- All Implemented Interfaces:
 io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
@Sharable public class WebSocketAuthorizationHandler extends io.netty.channel.ChannelInboundHandlerAdapterAn authorization handler for the websockets channel that allows theAuthorizerto be plugged into it.- Author:
 - Marc de Lignie
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WebSocketAuthorizationHandler(Authorizer authorizer) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)- 
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered 
- 
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WebSocketAuthorizationHandler
public WebSocketAuthorizationHandler(Authorizer authorizer)
 
 - 
 
- 
Method Detail
- 
channelRead
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)- Specified by:
 channelReadin interfaceio.netty.channel.ChannelInboundHandler- Overrides:
 channelReadin classio.netty.channel.ChannelInboundHandlerAdapter
 
 - 
 
 -