Interface BmpSession

All Superinterfaces:
AutoCloseable, io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
All Known Implementing Classes:
BmpMockSession, BmpSessionImpl

public interface BmpSession extends io.netty.channel.ChannelInboundHandler, AutoCloseable
BMP Session represents the finite state machine in BMP, its purpose is to create a BMP connection between Peer and monitoring application. Session is automatically started, when TCP connection is created, but can be stopped manually via close method of the Closeable interface. If the session is up, it has to redirect messages to/from user. Handles also malformed messages and unknown requests.
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler Link icon

    io.netty.channel.ChannelHandler.Sharable
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.AutoCloseable Link icon

    close

    Methods inherited from interface io.netty.channel.ChannelHandler Link icon

    handlerAdded, handlerRemoved

    Methods inherited from interface io.netty.channel.ChannelInboundHandler Link icon

    channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
  • Method Details Link icon