public class InetSocketAddressExternalizer extends Object implements Externalizer<InetSocketAddress>
| Constructor and Description |
|---|
InetSocketAddressExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<InetSocketAddress> |
getTargetClass() |
InetSocketAddress |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
InetSocketAddress socketAddress) |
public void writeObject(ObjectOutput output, InetSocketAddress socketAddress) throws IOException
writeObject in interface Externalizer<InetSocketAddress>IOExceptionpublic InetSocketAddress readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<InetSocketAddress>IOExceptionClassNotFoundExceptionpublic Class<InetSocketAddress> getTargetClass()
getTargetClass in interface Externalizer<InetSocketAddress>Copyright © 2020 JBoss by Red Hat. All rights reserved.