Klasse PcapReplayChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.oio.AbstractOioChannel
io.netty.channel.oio.AbstractOioByteChannel
io.netty.channel.oio.OioByteStreamChannel
org.apache.plc4x.java.utils.pcapreplay.netty.PcapReplayChannel
Alle implementierten Schnittstellen:
io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, io.netty.util.AttributeMap, Comparable<io.netty.channel.Channel>

public class PcapReplayChannel extends io.netty.channel.oio.OioByteStreamChannel
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.netty.channel.AbstractChannel

    io.netty.channel.AbstractChannel.AbstractUnsafe

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen io.netty.channel.Channel

    io.netty.channel.Channel.Unsafe
  • Feldübersicht

    Von Klasse geerbte Felder io.netty.channel.oio.AbstractOioChannel

    SO_TIMEOUT
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    io.netty.channel.ChannelConfig
     
    protected void
    doBind(SocketAddress localAddress)
     
    protected void
    doConnect(SocketAddress remoteAddress, SocketAddress localAddress)
     
    protected void
     
    protected int
    doReadBytes(io.netty.buffer.ByteBuf buf)
     
    protected boolean
     
    boolean
     
    protected SocketAddress
     
    protected io.netty.channel.AbstractChannel.AbstractUnsafe
     
    protected SocketAddress
     
    protected io.netty.channel.ChannelFuture
     

    Von Klasse geerbte Methoden io.netty.channel.oio.OioByteStreamChannel

    activate, available, doClose, doWriteBytes, doWriteFileRegion, isActive

    Von Klasse geerbte Methoden io.netty.channel.oio.AbstractOioByteChannel

    doRead, doWrite, filterOutboundMessage, metadata

    Von Klasse geerbte Methoden io.netty.channel.oio.AbstractOioChannel

    clearReadPending, doBeginRead, isCompatible, isReadPending, setReadPending

    Von Klasse geerbte Methoden io.netty.channel.AbstractChannel

    alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doDeregister, doRegister, doShutdownOutput, equals, eventLoop, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, localAddress, maxMessagesPerWrite, newChannelPipeline, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, toString, unsafe, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlush

    Von Klasse geerbte Methoden io.netty.util.DefaultAttributeMap

    attr, hasAttr

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Von Schnittstelle geerbte Methoden io.netty.util.AttributeMap

    attr, hasAttr
  • Konstruktordetails

    • PcapReplayChannel

      public PcapReplayChannel()
  • Methodendetails

    • isInputShutdown

      protected boolean isInputShutdown()
      Angegeben von:
      isInputShutdown in Klasse io.netty.channel.oio.AbstractOioByteChannel
    • shutdownInput

      protected io.netty.channel.ChannelFuture shutdownInput()
      Angegeben von:
      shutdownInput in Klasse io.netty.channel.oio.AbstractOioByteChannel
    • doConnect

      protected void doConnect(SocketAddress remoteAddress, SocketAddress localAddress) throws Exception
      Angegeben von:
      doConnect in Klasse io.netty.channel.oio.AbstractOioChannel
      Löst aus:
      Exception
    • localAddress0

      protected SocketAddress localAddress0()
      Angegeben von:
      localAddress0 in Klasse io.netty.channel.AbstractChannel
    • remoteAddress0

      protected SocketAddress remoteAddress0()
      Angegeben von:
      remoteAddress0 in Klasse io.netty.channel.AbstractChannel
    • doBind

      protected void doBind(SocketAddress localAddress)
      Angegeben von:
      doBind in Klasse io.netty.channel.AbstractChannel
    • doDisconnect

      protected void doDisconnect()
      Angegeben von:
      doDisconnect in Klasse io.netty.channel.AbstractChannel
    • doReadBytes

      protected int doReadBytes(io.netty.buffer.ByteBuf buf) throws Exception
      Setzt außer Kraft:
      doReadBytes in Klasse io.netty.channel.oio.OioByteStreamChannel
      Löst aus:
      Exception
    • config

      public io.netty.channel.ChannelConfig config()
    • isOpen

      public boolean isOpen()
    • newUnsafe

      protected io.netty.channel.AbstractChannel.AbstractUnsafe newUnsafe()
      Setzt außer Kraft:
      newUnsafe in Klasse io.netty.channel.oio.AbstractOioChannel