public class AddressAdapterImpl extends Object implements AddressAdapter, Externalizable
| Constructor and Description |
|---|
AddressAdapterImpl() |
AddressAdapterImpl(org.infinispan.remoting.transport.Address address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
static List<AddressAdapter> |
toAddressAdapter(List<org.infinispan.remoting.transport.Address> ispnAddresses) |
void |
writeExternal(ObjectOutput out) |
public AddressAdapterImpl()
public AddressAdapterImpl(org.infinispan.remoting.transport.Address address)
public static List<AddressAdapter> toAddressAdapter(List<org.infinispan.remoting.transport.Address> ispnAddresses)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.