Class WebConnectionImpl

  • All Implemented Interfaces:
    AutoCloseable, javax.servlet.http.WebConnection

    public class WebConnectionImpl
    extends Object
    implements javax.servlet.http.WebConnection
    Author:
    Stuart Douglas
    • Constructor Detail

      • WebConnectionImpl

        public WebConnectionImpl​(org.xnio.StreamConnection channel,
                                 ByteBufferPool bufferPool,
                                 Executor ioExecutor)
    • Method Detail

      • getInputStream

        public javax.servlet.ServletInputStream getInputStream()
                                                        throws IOException
        Specified by:
        getInputStream in interface javax.servlet.http.WebConnection
        Throws:
        IOException
      • getOutputStream

        public javax.servlet.ServletOutputStream getOutputStream()
                                                          throws IOException
        Specified by:
        getOutputStream in interface javax.servlet.http.WebConnection
        Throws:
        IOException