|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PayloadParser in org.psepr.jClient |
|---|
| Classes in org.psepr.jClient that implement PayloadParser | |
|---|---|
class |
LeaseManager
The template for a lease manager. |
class |
PayloadAttribute
|
class |
PayloadGeneric
Parser that returns the payload as a string containing the XML. |
class |
PayloadLease
|
class |
SimpleLeaseManager
The simple lease manager tries to manage a lease of a fixed duration and, when the end of the lease nears, to request a new lease of that duration again. |
| Methods in org.psepr.jClient that return PayloadParser | |
|---|---|
PayloadParser |
LeaseHandler.getPayloadParser()
|
PayloadParser |
PsEPRLease.getPayloadParser()
|
| Methods in org.psepr.jClient with parameters of type PayloadParser | |
|---|---|
PsEPRLease |
PsEPRConnection.getLease(java.lang.String chan,
PayloadParser xpp,
EventReceiver xpr)
Get a lease on a channel for a certain payload type. |
PsEPRLease |
PsEPRConnection.getLease(java.lang.String chan,
PayloadParser xpp,
EventReceiver xpr,
LeaseManager lm)
Get a lease on a channel for a certain payload type. |
PsEPRLease |
PsEPRConnection.getLease(java.lang.String chan,
PayloadParser xpp,
EventReceiver xpr,
long xdur)
Get a lease on a channel for a certain payload type. |
void |
LeaseHandler.setPayloadParser(PayloadParser xx)
|
void |
PsEPRLease.setPayloadParser(PayloadParser xpp)
|
| Constructors in org.psepr.jClient with parameters of type PayloadParser | |
|---|---|
LeaseHandler(PsEPRConnection con,
java.lang.String chan,
PayloadParser pp,
EventReceiver eq,
LeaseWatcher lw)
|
|
PsEPRLease(java.lang.String chan,
PayloadParser xpp,
EventReceiver xpr,
LeaseManager lm)
Create a new lease. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||