| Package | Description |
|---|---|
| org.apache.zeppelin.socket |
| Modifier and Type | Method and Description |
|---|---|
NotebookSocket |
NotebookServer.doWebSocketConnect(javax.servlet.http.HttpServletRequest req,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NotebookServer.angularObjectClientBind(NotebookSocket conn,
HashSet<String> userAndRoles,
Notebook notebook,
Message fromMessage)
Push the given Angular variable to the target
interpreter angular registry given a noteId
and a paragraph id
|
protected void |
NotebookServer.angularObjectClientUnbind(NotebookSocket conn,
HashSet<String> userAndRoles,
Notebook notebook,
Message fromMessage)
Remove the given Angular variable to the target
interpreter(s) angular registry given a noteId
and an optional list of paragraph id(s)
|
protected Note |
NotebookServer.importNote(NotebookSocket conn,
HashSet<String> userAndRoles,
Notebook notebook,
Message fromMessage) |
void |
NotebookSocketListener.onClose(NotebookSocket socket,
int code,
String message) |
void |
NotebookServer.onClose(NotebookSocket conn,
int code,
String reason) |
void |
NotebookSocketListener.onMessage(NotebookSocket socket,
String message) |
void |
NotebookServer.onMessage(NotebookSocket conn,
String msg) |
void |
NotebookSocketListener.onOpen(NotebookSocket socket) |
void |
NotebookServer.onOpen(NotebookSocket conn) |
void |
NotebookServer.unicastNoteList(NotebookSocket conn,
org.apache.zeppelin.user.AuthenticationInfo subject) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.