public abstract class ServiceFrame extends SpdyFrame
Filter
s communication.SpdyFrame.SpdyFrameBuilder<T extends SpdyFrame.SpdyFrameBuilder>
Constructor and Description |
---|
ServiceFrame() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getServiceCode()
Returns the service code.
|
boolean |
isService()
Returns true if this is a service frame (not real SpdyFrame),
or false otherwise.
|
Buffer |
toBuffer(MemoryManager memoryManager) |
public Buffer toBuffer(MemoryManager memoryManager)
public boolean isService()
public abstract int getServiceCode()
Copyright © 2015 Oracle Corporation. All rights reserved.