org.jetlang.channels
Interface Request<R,V>


public interface Request<R,V>

User: mrettig Date: Jan 31, 2009 Time: 10:25:53 AM


Method Summary
 R getRequest()
           
 Session getSession()
           
 void reply(V i)
           
 

Method Detail

getSession

Session getSession()

getRequest

R getRequest()

reply

void reply(V i)


Copyright © 2009. All Rights Reserved.