javax.mail
类 Provider.Type

java.lang.Object
  继承者 javax.mail.Provider.Type
包容类:
Provider

public static class Provider.Type
extends Object

This inner class defines the Provider type. Currently, STORE and TRANSPORT are the only two provider types supported.


字段摘要
static Provider.Type STORE
           
static Provider.Type TRANSPORT
           
 
方法摘要
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

STORE

public static final Provider.Type STORE

TRANSPORT

public static final Provider.Type TRANSPORT
方法详细信息

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.