org.objectweb.jonathan.apis.protocols.http
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
 void send(byte[] array)
          Method called by the lower layer whenever a message arrives.
 

Method Detail

send

public void send(byte[] array)
Method called by the lower layer whenever a message arrives.

Parameters:
array - a byte array representing the message.