Package org.eclipse.jetty.server
Interface HttpChannelListeners.NotifyContent
-
- Enclosing class:
- HttpChannelListeners
private static interface HttpChannelListeners.NotifyContent
-
-
Field Summary
Fields Modifier and Type Field Description static HttpChannelListeners.NotifyContent
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onContent(Request request, java.nio.ByteBuffer content)
-
-
-
Field Detail
-
NOOP
static final HttpChannelListeners.NotifyContent NOOP
-
-
Method Detail
-
onContent
void onContent(Request request, java.nio.ByteBuffer content)
-
-