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:
Closeable,AutoCloseable,Runnable,Invocable
- Enclosing class:
ChannelEndPoint
private abstract class ChannelEndPoint.RunnableCloseable
extends ChannelEndPoint.RunnableTask
implements 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
_operationFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.thread.Invocable
getInvocationType
-
Constructor Details
-
RunnableCloseable
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-