JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.objectweb.jonathan.protocols.http.api
Interface ServerCallback
public interface
ServerCallback
This interface is akin to a Session_Low in that implementations are used by lower layers of the HTTP Protocol to communicate with higher level layers of same protocol.
Method Summary
Methods
Modifier and Type
Method and Description
void
send
(byte[] array)
Method called by the lower layer whenever a message arrives.
Method Detail
send
void send(byte[] array)
Method called by the lower layer whenever a message arrives.
Parameters:
array
- a byte array representing the message.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method