提交 b58040be 编写于 作者: X xuelei

8001751: Javadoc warnings in JSSE code

Reviewed-by: alanb
上级 d5c4864e
/* /*
* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -40,7 +40,6 @@ package javax.net.ssl; ...@@ -40,7 +40,6 @@ package javax.net.ssl;
* verification fail. * verification fail.
* *
* @author Brad R. Wetmore * @author Brad R. Wetmore
* @see HostnameVerifierFactory
* @since 1.4 * @since 1.4
*/ */
......
...@@ -135,7 +135,8 @@ public final class SNIHostName extends SNIServerName { ...@@ -135,7 +135,8 @@ public final class SNIHostName extends SNIServerName {
* <A HREF="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</A>, * <A HREF="http://www.ietf.org/rfc/rfc3490.txt">RFC 3490</A>,
* <A HREF="http://www.ietf.org/rfc/rfc1122.txt">RFC 1122</A>, * <A HREF="http://www.ietf.org/rfc/rfc1122.txt">RFC 1122</A>,
* <A HREF="http://www.ietf.org/rfc/rfc1123.txt">RFC 1123</A>) * <A HREF="http://www.ietf.org/rfc/rfc1123.txt">RFC 1123</A>)
* for {@code encoded} argument, or use {@link SNIHostName(String)} instead. * for {@code encoded} argument, or use
* {@link SNIHostName#SNIHostName(String)} instead.
* <P> * <P>
* The {@code encoded} argument is illegal if it: * The {@code encoded} argument is illegal if it:
* <ul> * <ul>
......
...@@ -44,7 +44,7 @@ package javax.net.ssl; ...@@ -44,7 +44,7 @@ package javax.net.ssl;
* @see SNIServerName * @see SNIServerName
* @see SNIHostName * @see SNIHostName
* @see SSLParameters#getSNIMatchers() * @see SSLParameters#getSNIMatchers()
* @see SSLParameters#setSNIMatchers(Collection<SNIMatcher>) * @see SSLParameters#setSNIMatchers(Collection)
* *
* @since 1.8 * @since 1.8
*/ */
......
...@@ -40,7 +40,7 @@ import java.util.Arrays; ...@@ -40,7 +40,7 @@ import java.util.Arrays;
* methods that can change the state of an instance once it has been created. * methods that can change the state of an instance once it has been created.
* *
* @see SSLParameters#getServerNames() * @see SSLParameters#getServerNames()
* @see SSLParameters#setServerNames(List<SNIServerName>) * @see SSLParameters#setServerNames(List)
* *
* @since 1.8 * @since 1.8
*/ */
......
...@@ -343,7 +343,7 @@ public class SSLParameters { ...@@ -343,7 +343,7 @@ public class SSLParameters {
* @return null or an immutable list of non-null {@link SNIServerName}s * @return null or an immutable list of non-null {@link SNIServerName}s
* *
* @see List * @see List
* @see #setServerNames(List<SNIServerName>) * @see #setServerNames(List)
* *
* @since 1.8 * @since 1.8
*/ */
...@@ -418,7 +418,7 @@ public class SSLParameters { ...@@ -418,7 +418,7 @@ public class SSLParameters {
* @return null or an immutable collection of non-null {@link SNIMatcher}s * @return null or an immutable collection of non-null {@link SNIMatcher}s
* *
* @see SNIMatcher * @see SNIMatcher
* @see #setSNIMatchers(Collection<SNIMatcher>) * @see #setSNIMatchers(Collection)
* *
* @since 1.8 * @since 1.8
*/ */
......
...@@ -198,8 +198,8 @@ public abstract class SSLSocketFactory extends SocketFactory ...@@ -198,8 +198,8 @@ public abstract class SSLSocketFactory extends SocketFactory
* (RFC6066)</A>). Data that has been already removed from the * (RFC6066)</A>). Data that has been already removed from the
* underlying {@link InputStream} should be loaded into the * underlying {@link InputStream} should be loaded into the
* {@code consumed} stream before this method is called, perhaps * {@code consumed} stream before this method is called, perhaps
* using a {@link ByteArrayInputStream}. When this {@link Socket} * using a {@link java.io.ByteArrayInputStream}. When this
* begins handshaking, it will read all of the data in * {@link Socket} begins handshaking, it will read all of the data in
* {@code consumed} until it reaches {@code EOF}, then all further * {@code consumed} until it reaches {@code EOF}, then all further
* data is read from the underlying {@link InputStream} as * data is read from the underlying {@link InputStream} as
* usual. * usual.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册