Class IoHandlerWrapper
java.lang.Object
org.geysermc.geyser.network.netty.IoHandlerWrapper
- All Implemented Interfaces:
io.netty.channel.IoHandler
-
Constructor Summary
ConstructorsConstructorDescriptionIoHandlerWrapper(io.netty.channel.IoHandler localHandler, io.netty.channel.IoHandler nativeHandler) -
Method Summary
-
Constructor Details
-
IoHandlerWrapper
public IoHandlerWrapper(io.netty.channel.IoHandler localHandler, io.netty.channel.IoHandler nativeHandler)
-
-
Method Details
-
initialize
public void initialize()- Specified by:
initializein interfaceio.netty.channel.IoHandler
-
run
public int run(io.netty.channel.IoHandlerContext context) - Specified by:
runin interfaceio.netty.channel.IoHandler
-
prepareToDestroy
public void prepareToDestroy()- Specified by:
prepareToDestroyin interfaceio.netty.channel.IoHandler
-
destroy
public void destroy()- Specified by:
destroyin interfaceio.netty.channel.IoHandler
-
register
- Specified by:
registerin interfaceio.netty.channel.IoHandler- Throws:
Exception
-
wakeup
public void wakeup()- Specified by:
wakeupin interfaceio.netty.channel.IoHandler
-
isCompatible
- Specified by:
isCompatiblein interfaceio.netty.channel.IoHandler
-