Package net.citizensnpcs.util
Class EmptyChannel
java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
net.citizensnpcs.util.EmptyChannel
- All Implemented Interfaces:
- io.netty.channel.Channel,- io.netty.channel.ChannelOutboundInvoker,- io.netty.util.AttributeMap,- Comparable<io.netty.channel.Channel>
public class EmptyChannel
extends io.netty.channel.AbstractChannel
- 
Nested Class SummaryNested classes/interfaces inherited from class io.netty.channel.AbstractChannelio.netty.channel.AbstractChannel.AbstractUnsafeNested classes/interfaces inherited from interface io.netty.channel.Channelio.netty.channel.Channel.Unsafe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionio.netty.channel.ChannelConfigconfig()protected voidprotected voiddoBind(SocketAddress arg0) protected voiddoClose()protected voidprotected voiddoWrite(io.netty.channel.ChannelOutboundBuffer arg0) booleanisActive()protected booleanisCompatible(io.netty.channel.EventLoop arg0) booleanisOpen()protected SocketAddressio.netty.channel.ChannelMetadatametadata()protected io.netty.channel.AbstractChannel.AbstractUnsafeprotected SocketAddressMethods inherited from class io.netty.channel.AbstractChannelalloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doDeregister, doRegister, doShutdownOutput, equals, eventLoop, filterOutboundMessage, 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, writeAndFlushMethods inherited from class io.netty.util.DefaultAttributeMapattr, hasAttrMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.netty.util.AttributeMapattr, hasAttr
- 
Constructor Details- 
EmptyChannelpublic EmptyChannel(io.netty.channel.Channel parent) 
 
- 
- 
Method Details- 
configpublic io.netty.channel.ChannelConfig config()
- 
doBeginRead- Specified by:
- doBeginReadin class- io.netty.channel.AbstractChannel
- Throws:
- Exception
 
- 
doBind- Specified by:
- doBindin class- io.netty.channel.AbstractChannel
- Throws:
- Exception
 
- 
doClose- Specified by:
- doClosein class- io.netty.channel.AbstractChannel
- Throws:
- Exception
 
- 
doDisconnect- Specified by:
- doDisconnectin class- io.netty.channel.AbstractChannel
- Throws:
- Exception
 
- 
doWrite- Specified by:
- doWritein class- io.netty.channel.AbstractChannel
- Throws:
- Exception
 
- 
isActivepublic boolean isActive()
- 
isCompatibleprotected boolean isCompatible(io.netty.channel.EventLoop arg0) - Specified by:
- isCompatiblein class- io.netty.channel.AbstractChannel
 
- 
isOpenpublic boolean isOpen()
- 
localAddress0- Specified by:
- localAddress0in class- io.netty.channel.AbstractChannel
 
- 
metadatapublic io.netty.channel.ChannelMetadata metadata()
- 
newUnsafeprotected io.netty.channel.AbstractChannel.AbstractUnsafe newUnsafe()- Specified by:
- newUnsafein class- io.netty.channel.AbstractChannel
 
- 
remoteAddress0- Specified by:
- remoteAddress0in class- io.netty.channel.AbstractChannel
 
 
-