public abstract class ServiceFrame extends SpdyFrame
Filters 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.
|
org.glassfish.grizzly.Buffer |
toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager) |
public org.glassfish.grizzly.Buffer toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager)
public boolean isService()
public abstract int getServiceCode()
Copyright © 2021 Oracle Corporation. All Rights Reserved.