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

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

There is a newer version: 1.4.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy