public final class TestFrames extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuf |
createTestCancelFrame() |
static ByteBuf |
createTestErrorFrame() |
static ByteBuf |
createTestExtensionFrame() |
static ByteBuf |
createTestKeepaliveFrame() |
static ByteBuf |
createTestLeaseFrame() |
static ByteBuf |
createTestMetadataPushFrame() |
static ByteBuf |
createTestPayloadFrame() |
static ByteBuf |
createTestRequestChannelFrame() |
static ByteBuf |
createTestRequestFireAndForgetFrame() |
static ByteBuf |
createTestRequestNFrame() |
static ByteBuf |
createTestRequestResponseFrame() |
static ByteBuf |
createTestRequestStreamFrame() |
static ByteBuf |
createTestSetupFrame() |
public static ByteBuf createTestCancelFrame()
ByteBuf representing test instance of Cancel framepublic static ByteBuf createTestErrorFrame()
ByteBuf representing test instance of Error framepublic static ByteBuf createTestExtensionFrame()
ByteBuf representing test instance of Extension framepublic static ByteBuf createTestKeepaliveFrame()
ByteBuf representing test instance of Keep-Alive framepublic static ByteBuf createTestLeaseFrame()
ByteBuf representing test instance of Lease framepublic static ByteBuf createTestMetadataPushFrame()
ByteBuf representing test instance of Metadata-Push framepublic static ByteBuf createTestPayloadFrame()
ByteBuf representing test instance of Payload framepublic static ByteBuf createTestRequestChannelFrame()
ByteBuf representing test instance of Request-Channel framepublic static ByteBuf createTestRequestFireAndForgetFrame()
ByteBuf representing test instance of Fire-and-Forget framepublic static ByteBuf createTestRequestNFrame()
ByteBuf representing test instance of Request-N framepublic static ByteBuf createTestRequestResponseFrame()
ByteBuf representing test instance of Request-Response framepublic static ByteBuf createTestRequestStreamFrame()
ByteBuf representing test instance of Request-Stream frame