Package org.eclipse.jetty.http2
Class HTTP2Connection.NetworkBuffer
java.lang.Object
org.eclipse.jetty.io.RetainableByteBuffer
org.eclipse.jetty.http2.HTTP2Connection.NetworkBuffer
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback
,org.eclipse.jetty.util.Retainable
,org.eclipse.jetty.util.thread.Invocable
- Enclosing class:
HTTP2Connection
private class HTTP2Connection.NetworkBuffer
extends org.eclipse.jetty.io.RetainableByteBuffer
implements org.eclipse.jetty.util.Callback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.Nested
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.Callback
NOOP
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
org.eclipse.jetty.util.thread.Invocable.InvocationType
private void
put
(ByteBuffer source) void
Methods inherited from class org.eclipse.jetty.io.RetainableByteBuffer
clear, getBuffer, getReferences, hasRemaining, isEmpty, release, remaining, retain, toString
-
Constructor Details
-
NetworkBuffer
private NetworkBuffer()
-
-
Method Details
-
put
-
succeeded
public void succeeded()- Specified by:
succeeded
in interfaceorg.eclipse.jetty.util.Callback
-
failed
- Specified by:
failed
in interfaceorg.eclipse.jetty.util.Callback
-
completed
-
getInvocationType
public org.eclipse.jetty.util.thread.Invocable.InvocationType getInvocationType()- Specified by:
getInvocationType
in interfaceorg.eclipse.jetty.util.thread.Invocable
-