org.glassfish.tyrus.spi
Interface SPIHandshakeRequest


public interface SPIHandshakeRequest

The provider passes the handshake request to the SDK created endpoint

Author:
Danny Coward (danny.coward at oracle.com)

Method Summary
 String getHeader(String name)
          Get the Http Header value for the given header name in the underlying Http handshake request.
 String getQueryString()
           
 String getRequestUri()
          Get the Http request uri underlying Http handshake request.
 boolean isSecure()
           
 

Method Detail

getHeader

String getHeader(String name)
Get the Http Header value for the given header name in the underlying Http handshake request.

Parameters:
name - the name of the header.
Returns:
String the header value.

getRequestUri

String getRequestUri()
Get the Http request uri underlying Http handshake request.


isSecure

boolean isSecure()

getQueryString

String getQueryString()


Copyright © 2012. All Rights Reserved.