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

com.pusher.java_websocket.handshake.ServerHandshakeBuilder Maven / Gradle / Ivy

The newest version!
package com.pusher.java_websocket.handshake;

public interface ServerHandshakeBuilder extends HandshakeBuilder, ServerHandshake {
	public void setHttpStatus( short status );
	public void setHttpStatusMessage( String message );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy