Package org.jibx.ws.transport

Examples of org.jibx.ws.transport.StreamBufferOutPool


    public HttpChannel(URL url, HttpTransportOptions transportOptions) {
        m_url = url;
        m_transportOptions = transportOptions;
        m_codecCache = new CodecCache();
        m_inBufferCache = new StreamBufferInPool(BUFFER_SIZE);
        m_outBufferCache = new StreamBufferOutPool(BUFFER_SIZE);
    }
View Full Code Here

TOP

Related Classes of org.jibx.ws.transport.StreamBufferOutPool

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.