com.caucho.server.spdy
Class SpdyServerProtocol

java.lang.Object
  extended by com.caucho.server.spdy.SpdyServerProtocol
All Implemented Interfaces:
Protocol

public class SpdyServerProtocol
extends java.lang.Object
implements Protocol

SPDY server protocol


Constructor Summary
SpdyServerProtocol()
           
 
Method Summary
 ProtocolConnection createConnection(SocketLink link)
          Creates a new protocol connection.
 java.lang.String getProtocolName()
          Returns the protocol name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpdyServerProtocol

public SpdyServerProtocol()
Method Detail

getProtocolName

public java.lang.String getProtocolName()
Description copied from interface: Protocol
Returns the protocol name.

Specified by:
getProtocolName in interface Protocol

createConnection

public ProtocolConnection createConnection(SocketLink link)
Description copied from interface: Protocol
Creates a new protocol connection.

Specified by:
createConnection in interface Protocol