public class NetSupportOpenSSL extends SpdyContext.NetSupport
ctx
Constructor and Description |
---|
NetSupportOpenSSL() |
Modifier and Type | Method and Description |
---|---|
AprSocketContext |
getAprContext() |
SpdyConnection |
getConnection(String host,
int port) |
boolean |
isSpdy(Object socketW) |
void |
listen(int port,
String cert,
String key) |
void |
onAccept(Object socket) |
void |
onAcceptLong(long socket) |
void |
stop() |
setSpdyContext
public boolean isSpdy(Object socketW)
isSpdy
in class SpdyContext.NetSupport
public SpdyConnection getConnection(String host, int port) throws IOException
getConnection
in class SpdyContext.NetSupport
IOException
public void onAccept(Object socket)
onAccept
in class SpdyContext.NetSupport
public void onAcceptLong(long socket)
public AprSocketContext getAprContext()
public void listen(int port, String cert, String key) throws IOException
listen
in class SpdyContext.NetSupport
IOException
public void stop() throws IOException
stop
in class SpdyContext.NetSupport
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.