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 private
FillableCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
failed(java.lang.Throwable x)
org.eclipse.jetty.util.thread.Invocable.InvocationType
getInvocationType()
void
succeeded()
-
-
-
Method Detail
-
succeeded
public void succeeded()
- Specified by:
succeeded
in interfaceorg.eclipse.jetty.util.Callback
-
failed
public void failed(java.lang.Throwable x)
- Specified by:
failed
in interfaceorg.eclipse.jetty.util.Callback
-
getInvocationType
public org.eclipse.jetty.util.thread.Invocable.InvocationType getInvocationType()
- Specified by:
getInvocationType
in interfaceorg.eclipse.jetty.util.thread.Invocable
-
-