|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPSourceHandler
Method Summary | |
---|---|
List<Event> |
getEvents(javax.servlet.http.HttpServletRequest request)
Takes an HttpServletRequest and returns a list of Flume Events. |
Methods inherited from interface org.apache.flume.conf.Configurable |
---|
configure |
Method Detail |
---|
List<Event> getEvents(javax.servlet.http.HttpServletRequest request) throws HTTPBadRequestException, Exception
request
- The request to be parsed into Flume events.
HTTPBadRequestException
- If the was not parsed correctly into an
event because the request was not in the expected format.
Exception
- If there was an unexpected error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |