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

pl.fhframework.UserSessionDescription Maven / Gradle / Ivy

package pl.fhframework;

import lombok.Getter;
import lombok.Setter;
import org.springframework.http.HttpHeaders;

import java.io.Serializable;

/**
 * Created by Piotr on 2017-01-09.
 */
@Getter
@Setter
public class UserSessionDescription extends SessionDescription {

    private String userAddress;

    private String clientInfo;

    private HttpHeaders handshakeHeaders;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy