public class TCPOutTransportInfo extends Object implements OutTransportInfo
| Constructor and Description |
|---|
TCPOutTransportInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
Socket |
getSocket() |
void |
setContentType(String contentType) |
void |
setSocket(Socket socket) |
public Socket getSocket()
public void setSocket(Socket socket)
public void setContentType(String contentType)
setContentType in interface OutTransportInfopublic String getContentType()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.