Module io.netty5.buffer
Package io.netty5.buffer.api.internal
Class SendFromOwned<I extends io.netty5.util.Resource<I>,T extends ResourceSupport<I,T>>
- java.lang.Object
-
- io.netty5.buffer.api.internal.SendFromOwned<I,T>
-
- All Implemented Interfaces:
io.netty5.util.SafeCloseable
,io.netty5.util.Send<I>
,AutoCloseable
public class SendFromOwned<I extends io.netty5.util.Resource<I>,T extends ResourceSupport<I,T>> extends Object implements io.netty5.util.Send<I>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
I
receive()
boolean
referentIsInstanceOf(Class<?> cls)
-
-
-
Method Detail
-
receive
public I receive()
-
referentIsInstanceOf
public boolean referentIsInstanceOf(Class<?> cls)
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceio.netty5.util.SafeCloseable
- Specified by:
close
in interfaceio.netty5.util.Send<I extends io.netty5.util.Resource<I>>
-
-