private class X500Client.X500MulticastAnnouncement extends MulticastAnnouncement
| Modifier and Type | Field and Description |
|---|---|
private InvocationConstraints |
constraints |
private X500Principal |
p |
private ByteBuffer |
signature |
private ByteBuffer |
signed |
| Modifier | Constructor and Description |
|---|---|
private |
X500MulticastAnnouncement(MulticastAnnouncement plainMA,
InvocationConstraints constraints,
X500Principal p,
ByteBuffer signature,
ByteBuffer signed) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkConstraints()
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
|
getGroups, getHost, getPort, getSequenceNumber, getServiceID, toStringprivate final InvocationConstraints constraints
private final X500Principal p
private final ByteBuffer signature
private final ByteBuffer signed
private X500MulticastAnnouncement(MulticastAnnouncement plainMA, InvocationConstraints constraints, X500Principal p, ByteBuffer signature, ByteBuffer signed)
public void checkConstraints()
throws IOException
MulticastAnnouncementcheckConstraints in class MulticastAnnouncementIOException - if an error occurs in interpreting the dataCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.