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
_operation
Fields 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
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
-
Constructor Details
-
RunnableCloseable
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-