public abstract class ChannelBindingsHelper extends Object
Constructor and Description |
---|
ChannelBindingsHelper() |
Modifier and Type | Method and Description |
---|---|
static ChannelBindings |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ChannelBindings that) |
static ChannelBindings |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
ChannelBindings value) |
public static void insert(Any a, ChannelBindings that)
public static ChannelBindings extract(Any a)
public static TypeCode type()
public static String id()
public static ChannelBindings read(InputStream istream)
public static void write(OutputStream ostream, ChannelBindings value)
Copyright © 2013. All Rights Reserved.