com.webpieces.http2parser.impl.marshallers.FrameMarshaller Maven / Gradle / Ivy
package com.webpieces.http2parser.impl.marshallers;
import org.webpieces.data.api.DataWrapper;
import com.webpieces.http2parser.api.dto.lib.AbstractHttp2Frame;
import com.webpieces.http2parser.api.dto.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