Class ShipClientHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<java.lang.Object>
-
- org.openmuc.jeebus.ship.node.websocket.WebSocketHandler
-
- org.openmuc.jeebus.ship.node.websocket.client.ShipClientHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class ShipClientHandler extends WebSocketHandler
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.node.websocket.WebSocketHandler
basicCB, ch, log, messageBuffer, nodeCtx, pongReceived, shipConnRdyLatch, socketCB
-
-
Constructor Summary
Constructors Constructor Description ShipClientHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, ShipNodeContext nodeCtx, WebSocketCallBack socketCB, StopClientCallBack stopCB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelActive(io.netty.channel.ChannelHandlerContext ctx)voidchannelInactive(io.netty.channel.ChannelHandlerContext ctx)voidchannelRead0(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg)voidclose()voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, java.lang.Throwable cause)ShipConnectiongetConnection()voidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx)io.netty.channel.ChannelFuturehandshakeFuture()voidsetConnection(ShipConnection connection)-
Methods inherited from class org.openmuc.jeebus.ship.node.websocket.WebSocketHandler
doubleConnProcedure, getPeerSki, getRemoteHost, getRemoteIpAndPort, getTrustLevel, handlePingPongFrame, handleWebSocketFrame, isPingPongFrame, isShipConnRdy, sendMsg
-
Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerRemoved, isSharable
-
-
-
-
Constructor Detail
-
ShipClientHandler
public ShipClientHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker, ShipNodeContext nodeCtx, WebSocketCallBack socketCB, StopClientCallBack stopCB)
-
-
Method Detail
-
handshakeFuture
public io.netty.channel.ChannelFuture handshakeFuture()
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx)
- Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerAddedin classio.netty.channel.ChannelHandlerAdapter
-
channelActive
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
- Specified by:
channelActivein interfaceio.netty.channel.ChannelInboundHandler- Overrides:
channelActivein classio.netty.channel.ChannelInboundHandlerAdapter
-
channelInactive
public void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
- Specified by:
channelInactivein interfaceio.netty.channel.ChannelInboundHandler- Overrides:
channelInactivein classio.netty.channel.ChannelInboundHandlerAdapter
-
channelRead0
public void channelRead0(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg)- Specified by:
channelRead0in classio.netty.channel.SimpleChannelInboundHandler<java.lang.Object>
-
exceptionCaught
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, java.lang.Throwable cause)- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelHandler- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelInboundHandler- Overrides:
exceptionCaughtin classio.netty.channel.ChannelInboundHandlerAdapter
-
close
public void close()
- Specified by:
closein classWebSocketHandler
-
getConnection
public ShipConnection getConnection()
- Overrides:
getConnectionin classWebSocketHandler
-
setConnection
public void setConnection(ShipConnection connection)
-
-