public class StreamViewHttpHandler
extends co.cask.http.AbstractHttpHandler
| Constructor and Description |
|---|
StreamViewHttpHandler(StreamAdmin admin) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOrUpdate(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream,
String view) |
void |
delete(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream,
String view) |
void |
get(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream,
String view) |
void |
list(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream) |
@Inject public StreamViewHttpHandler(StreamAdmin admin)
public void createOrUpdate(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream,
String view)
throws Exception
Exceptionpublic void delete(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream,
String view)
throws Exception
Exceptionpublic void list(org.jboss.netty.handler.codec.http.HttpRequest request,
co.cask.http.HttpResponder responder,
String namespace,
String stream)
throws Exception
ExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.