Undertow Servlet 1.0.0.Beta19
-
- All Implemented Interfaces:
- Closeable, AutoCloseable
public class UpgradeServletInputStream
extends javax.servlet.ServletInputStream
Servlet input stream implementation. This stream is non-buffered, and is only used for
upgraded requests
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
protected |
UpgradeServletInputStream(org.xnio.channels.StreamSourceChannel channel) |
-
Method Summary
-
Methods inherited from class javax.servlet.ServletInputStream
readLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isReady
public boolean isReady()
- Specified by:
isReady
in class javax.servlet.ServletInputStream
Undertow Servlet 1.0.0.Beta19
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.