public class HttpsTransceiver
extends org.apache.avro.ipc.Transceiver
| Constructor and Description |
|---|
HttpsTransceiver(URL url) |
HttpsTransceiver(URL url,
Proxy proxy) |
HttpsTransceiver(URL url,
SSLSocketFactory fac,
HostnameVerifier verifer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteName() |
List<ByteBuffer> |
readBuffers() |
void |
setTimeout(int timeout)
Set the connect and read timeouts, in milliseconds.
|
void |
writeBuffers(List<ByteBuffer> buffers) |
public HttpsTransceiver(URL url, SSLSocketFactory fac, HostnameVerifier verifer)
public HttpsTransceiver(URL url)
public void setTimeout(int timeout)
public String getRemoteName()
getRemoteName in class org.apache.avro.ipc.Transceiverpublic List<ByteBuffer> readBuffers() throws IOException
readBuffers in class org.apache.avro.ipc.TransceiverIOExceptionpublic void writeBuffers(List<ByteBuffer> buffers) throws IOException
writeBuffers in class org.apache.avro.ipc.TransceiverIOExceptionCopyright © 2016 CodeGerm. All rights reserved.