All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webpieces.http2parser.api.Http2ParserFactory Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.webpieces.http2parser.api;


import com.webpieces.http2parser.impl.Http2ParserImpl;
import org.webpieces.data.api.BufferPool;

public class Http2ParserFactory {
    public static Http2Parser createParser(BufferPool bufferPool) {
        return new Http2ParserImpl(bufferPool);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy