com.firefly.server.http.SessionAttachment Maven / Gradle / Ivy
package com.firefly.server.http;
import java.nio.ByteBuffer;
import com.firefly.net.tcp.ssl.SSLSession;
public class SessionAttachment {
public SSLSession sslSession;
public ByteBuffer byteBuffer;
public HttpServletRequestImpl req;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy