| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.client | |
| com.sun.xml.ws.transport.tcp.server | |
| com.sun.xml.ws.transport.tcp.util |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TCPClientTransport.openInputStream() |
OutputStream |
TCPClientTransport.openOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPConnectionImpl.flush() |
void |
TCPAdapter.handle(ChannelContext channelContext) |
protected void |
TCPAdapter.TCPToolkit.handle(TCPConnectionImpl con) |
InputStream |
TCPConnectionImpl.openInput() |
OutputStream |
TCPConnectionImpl.openOutput() |
void |
TCPConnectionImpl.sendErrorMessage(WSTCPError message) |
static void |
TCPAdapter.sendErrorResponse(ChannelContext channelContext,
WSTCPError message) |
| Modifier and Type | Method and Description |
|---|---|
String |
ChannelContext.decodeMimeType(int contentId) |
String |
ChannelContext.decodeParam(int paramId) |
int |
ChannelContext.encodeMimeType(String mimeType) |
int |
ChannelContext.encodeParam(String paramStr) |
String |
ChannelContext.getContentType()
Gets message's content type from TCP protocol specific representation
|
void |
ContentType.parse(String contentType) |
void |
ChannelContext.setContentType(String contentTypeS)
Sets message's content type to TCP protocol specific representation
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.