Package de.fhkn.in.uce.stun.attribute

Examples of de.fhkn.in.uce.stun.attribute.AttributeDecoder


    private final AttributeDecoder attributeDecoder;

    private MessageReader(final List<MessageMethodDecoder> customMethodDecoders,
            final List<AttributeTypeDecoder> customAttributeTypeDecoders) {
        this.headerDecoder = new MessageHeaderDecoder(customMethodDecoders);
        this.attributeDecoder = new AttributeDecoder(customAttributeTypeDecoders);
    }
View Full Code Here

TOP

Related Classes of de.fhkn.in.uce.stun.attribute.AttributeDecoder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.