Class HttpChannelOverHTTP2.ReleaseCallback
- java.lang.Object
-
- org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2.ReleaseCallback
-
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback,org.eclipse.jetty.util.thread.Invocable
- Enclosing class:
- HttpChannelOverHTTP2
private class HttpChannelOverHTTP2.ReleaseCallback extends java.lang.Object implements org.eclipse.jetty.util.Callback
-
-
Constructor Summary
Constructors Modifier Constructor Description privateReleaseCallback()
-
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
-
-