org.granite.client.messaging.transport
Interface TransportMessage

All Known Implementing Classes:
DefaultTransportMessage

public interface TransportMessage

Author:
Franck WOLFF

Method Summary
 void encode(OutputStream os)
           
 String getClientId()
           
 MessagingCodec.ClientType getClientType()
           
 String getContentType()
           
 String getId()
           
 String getSessionId()
           
 boolean isConnect()
           
 

Method Detail

getClientType

MessagingCodec.ClientType getClientType()

getId

String getId()

isConnect

boolean isConnect()

getClientId

String getClientId()

getSessionId

String getSessionId()

getContentType

String getContentType()

encode

void encode(OutputStream os)
            throws IOException
Throws:
IOException