Package org.eclipse.jetty.io.ssl
Class SslConnection.RunnableTask
- java.lang.Object
-
- org.eclipse.jetty.io.ssl.SslConnection.RunnableTask
-
- All Implemented Interfaces:
java.lang.Runnable
,Invocable
- Enclosing class:
- SslConnection
private abstract class SslConnection.RunnableTask extends java.lang.Object implements java.lang.Runnable, Invocable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_operation
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RunnableTask(java.lang.String op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.thread.Invocable
getInvocationType
-
-