org.exist.atom
Interface IncomingMessage

All Known Implementing Classes:
HttpRequestMessage

public interface IncomingMessage

Author:
R. Alexander Milowski

Method Summary
 int getContentLength()
           
 String getHeader(String key)
           
 InputStream getInputStream()
           
 String getMethod()
           
 String getModuleBase()
           
 String getParameter(String name)
           
 String getPath()
           
 Reader getReader()
           
 

Method Detail

getMethod

String getMethod()

getPath

String getPath()

getHeader

String getHeader(String key)

getParameter

String getParameter(String name)

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getContentLength

int getContentLength()

getReader

Reader getReader()
                 throws IOException
Throws:
IOException

getModuleBase

String getModuleBase()


Copyright (C) Wolfgang Meier. All rights reserved.