Uses of Interface
org.eclipse.actf.util.httpproxy.core.IBufferRange

Packages that use IBufferRange
org.eclipse.actf.util.httpproxy.core   
 

Uses of IBufferRange in org.eclipse.actf.util.httpproxy.core
 

Methods in org.eclipse.actf.util.httpproxy.core that return IBufferRange
 IBufferRange IHTTPRequestMessage.getHTTPVersion()
          Gets the HTTP version field of this request message.
 IBufferRange IHTTPRequestMessage.getMethod()
          Gets the HTTP method field of this request message.
 IBufferRange IHTTPRequestMessage.getRequestURI()
          Gets the request URI field of this request message.