RegistrationClientpublic class SimpleTcpClient
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
host |
|
protected boolean |
oneShot |
|
protected int |
port |
|
protected XDR |
request |
| Constructor | Description |
|---|---|
SimpleTcpClient(java.lang.String host,
int port,
XDR request) |
|
SimpleTcpClient(java.lang.String host,
int port,
XDR request,
java.lang.Boolean oneShot) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
|
protected io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> |
setChannelHandler() |
|
void |
stop() |
protected final java.lang.String host
protected final int port
protected final XDR request
protected final boolean oneShot
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.