Package org.eclipse.jetty.http2
Class HTTP2Connection.FillableCallback
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2Connection.FillableCallback
-
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback,org.eclipse.jetty.util.thread.Invocable
- Enclosing class:
- HTTP2Connection
private class HTTP2Connection.FillableCallback extends java.lang.Object implements org.eclipse.jetty.util.Callback
-
-
Constructor Summary
Constructors Modifier Constructor Description privateFillableCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailed(java.lang.Throwable x)org.eclipse.jetty.util.thread.Invocable.InvocationTypegetInvocationType()voidsucceeded()
-
-
-
Method Detail
-
succeeded
public void succeeded()
- Specified by:
succeededin interfaceorg.eclipse.jetty.util.Callback
-
failed
public void failed(java.lang.Throwable x)
- Specified by:
failedin interfaceorg.eclipse.jetty.util.Callback
-
getInvocationType
public org.eclipse.jetty.util.thread.Invocable.InvocationType getInvocationType()
- Specified by:
getInvocationTypein interfaceorg.eclipse.jetty.util.thread.Invocable
-
-