Package org.eclipse.jetty.server
Class HttpOutput.WriteBlocker
- java.lang.Object
-
- org.eclipse.jetty.util.SharedBlockingCallback
-
- org.eclipse.jetty.server.HttpOutput.WriteBlocker
-
- Enclosing class:
- HttpOutput
private static class HttpOutput.WriteBlocker extends SharedBlockingCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.SharedBlockingCallback
SharedBlockingCallback.Blocker
-
-
Field Summary
Fields Modifier and Type Field Description private HttpChannel
_channel
-
Constructor Summary
Constructors Modifier Constructor Description private
WriteBlocker(HttpChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
getIdleTimeout()
-
Methods inherited from class org.eclipse.jetty.util.SharedBlockingCallback
acquire, notComplete
-
-
-
-
Field Detail
-
_channel
private final HttpChannel _channel
-
-
Constructor Detail
-
WriteBlocker
private WriteBlocker(HttpChannel channel)
-
-
Method Detail
-
getIdleTimeout
protected long getIdleTimeout()
- Overrides:
getIdleTimeout
in classSharedBlockingCallback
-
-