com.aptana.ide.server.http
Class RequestLineParser

java.lang.Object
  extended by com.aptana.ide.server.http.RequestLineParser

public class RequestLineParser
extends java.lang.Object

Author:
Kevin Lindsey

Method Summary
 java.lang.String[] getKeys()
          getKeys
 java.lang.String getKeyValue(java.lang.String name)
          getKeyValue
 java.lang.String getMethod()
          The method in this request
 java.lang.String getQueryString()
          The current query string
 java.lang.String getUri()
          The current Uri
 boolean hasKey(java.lang.String name)
          hasKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public java.lang.String getMethod()
The method in this request

Returns:
String

getUri

public java.lang.String getUri()
The current Uri

Returns:
String

getQueryString

public java.lang.String getQueryString()
The current query string

Returns:
String

getKeyValue

public java.lang.String getKeyValue(java.lang.String name)
getKeyValue

Parameters:
name -
Returns:
String

hasKey

public boolean hasKey(java.lang.String name)
hasKey

Parameters:
name -
Returns:
boolean

getKeys

public java.lang.String[] getKeys()
getKeys

Returns:
String[]