
com.webpieces.http2parser.impl.marshallers.FrameMarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-parser Show documentation
Show all versions of http2-parser Show documentation
A re-usable asynchronous http2 parser
The newest version!
package com.webpieces.http2parser.impl.marshallers;
import org.webpieces.data.api.DataWrapper;
import com.webpieces.http2.api.dto.lowlevel.lib.AbstractHttp2Frame;
import com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame;
import com.webpieces.http2parser.impl.Http2MementoImpl;
public interface FrameMarshaller {
public DataWrapper marshal(Http2Frame frame);
public AbstractHttp2Frame unmarshal(Http2MementoImpl state, DataWrapper framePayloadData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy