public class SocketClusterJoinRequest extends Object implements ClusterJoinRequest
| Modifier and Type | Method and Description |
|---|---|
static ClusterJoinRequest |
create(Socket socket,
boolean isServer) |
InputStream |
in() |
boolean |
isServer() |
OutputStream |
out() |
public static final ClusterJoinRequest create(Socket socket, boolean isServer) throws IOException
IOException@Nonnull public InputStream in() throws IOException
in in interface ClusterJoinRequestIOException@Nonnull public OutputStream out() throws IOException
out in interface ClusterJoinRequestIOExceptionpublic boolean isServer()
isServer in interface ClusterJoinRequestCopyright © 2002-2024 Atlassian. All Rights Reserved.