Package org.glassfish.jersey.message.internal

Examples of org.glassfish.jersey.message.internal.AcceptableLanguageTag


    }

    @Test
    public void testAcceptableLanguageTag() throws ParseException {
        final String languageTag = "en-US;q=0.123";
        new AcceptableLanguageTag(languageTag);
    }
View Full Code Here

TOP

Related Classes of org.glassfish.jersey.message.internal.AcceptableLanguageTag

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.