Package org.eclipse.jetty.io
Class ChannelEndPoint.RunnableCloseable
- java.lang.Object
-
- org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
-
- org.eclipse.jetty.io.ChannelEndPoint.RunnableCloseable
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Runnable
,Invocable
- Enclosing class:
- ChannelEndPoint
private abstract class ChannelEndPoint.RunnableCloseable extends ChannelEndPoint.RunnableTask implements java.io.Closeable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
_operation
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RunnableCloseable(java.lang.String op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
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
-
-