Package org.eclipse.jetty.io.ssl
Class SslConnection.DecryptedEndPoint.IncompleteWriteCallback
- java.lang.Object
-
- org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
-
- Enclosing class:
- SslConnection.DecryptedEndPoint
private final class SslConnection.DecryptedEndPoint.IncompleteWriteCallback extends java.lang.Object implements Callback, Invocable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.Nested
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIncompleteWriteCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailed(java.lang.Throwable x)Callback invoked when the operation fails.Invocable.InvocationTypegetInvocationType()voidsucceeded()Callback invoked when the operation completes.java.lang.StringtoString()
-
-
-
Method Detail
-
succeeded
public void succeeded()
Description copied from interface:CallbackCallback invoked when the operation completes.
- Specified by:
succeededin interfaceCallback- See Also:
Callback.failed(Throwable)
-
failed
public void failed(java.lang.Throwable x)
Description copied from interface:CallbackCallback invoked when the operation fails.
-
getInvocationType
public Invocable.InvocationType getInvocationType()
- Specified by:
getInvocationTypein interfaceInvocable- Returns:
- The InvocationType of this object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-