Module io.netty5.buffer
Package io.netty5.buffer.internal
Class SendFromOwned<I extends io.netty5.util.Resource<I>,T extends ResourceSupport<I,T>>
- java.lang.Object
-
- io.netty5.buffer.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 voidclose()Ireceive()booleanreferentIsInstanceOf(Class<?> cls)
-
-
-
Method Detail
-
receive
public I receive()
-
referentIsInstanceOf
public boolean referentIsInstanceOf(Class<?> cls)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceio.netty5.util.SafeCloseable- Specified by:
closein interfaceio.netty5.util.Send<I extends io.netty5.util.Resource<I>>
-
-