public class DefaultIORToSocketInfoImpl extends Object implements IORToSocketInfo
| Constructor and Description |
|---|
DefaultIORToSocketInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SocketInfo> |
getSocketInfo(IOR ior,
List<? extends SocketInfo> previous)
Used to extract socket address information from an IOR.
|
public List<? extends SocketInfo> getSocketInfo(IOR ior, List<? extends SocketInfo> previous)
IORToSocketInfogetSocketInfo in interface IORToSocketInfoior - The ior from which the socket info is extracted.previous - The previous list, which may be reused if not null.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.